Subj : Re: JS error
To : Merlin
From : Mindless Automaton
Date : Wed Dec 20 2006 01:36 pm
Merlin wrote:
> Hi all.
>
> I have a script that is causing the BBs to crash (freebsd version) when it
> runs and I have tried a few things to get it working but can't. Can anyoe
> see what is wrong with this?
>
>
> top =format(bbs.text(377),"",user.age,user.gender,user.birthdate
> ,user.name,user.phone,user.computer,user.connection);
>
> bbs.email(bbs.node_val_user,null
> ,top
> ,"New user introduction");
>
I will guess and say fields with null values cause it to crash? :)