Subj : Re: JS error
To : Deuce
From : Mindless Automaton
Date : Wed Dec 20 2006 09:54 pm
Deuce wrote:
> Re: JS error
> By: Merlin to All on Wed Dec 20 2006 02:47 pm
>
> > top =format(bbs.text(377),"",user.age,user.gender,user.birthdate
> > ,user.name,user.phone,user.computer,user.connection);
> > top of the text. Any ideas why it doesn't work when I try to populate the
> > string 377 with the users data would be appreciated!
>
> Yeah, you need to pass a string for strings and a number for numbers in the
> last release version.
>
> ie: String, num, num, string, string, string, string, string
>
> you're passing:
> string, num, string, string, string, string, string, string
>
> Try changing user.gender to ascii(user.gender)
>
> This has been fixed for 3.14
rat.. my guess was no where near close.. oh well..