Variable name

2004-08-19 Thread Adriano Smith
Is there any way i can use variable names with a hyphen in Flowscript? something like var mail-user="hello"; I get an error when i tried this. Or is it possible to use the same in XSP?

Re: Variable name

2004-08-19 Thread Jan Hoskens
Why do you want that hyphen? I would suggest to use normal java way of capitalization: mailUser = hello; Kind Regards, Jan Adriano Smith wrote: Is there any way i can use variable names with a hyphen in Flowscript?br br something like br var mail-user=hello;br br I get an error when i tried