Hi, I'm sure this is a really easy question but it's driving me crazy at the moment.
how do you transform a comma-separated list into an array in Jscript?
what i want is for
price = Split(pri,","
to work but it doesn't seem to, i get the error:
Microsoft JScript runtime error '800a138f'
Object expected
is this me? what do i need to do!
thanks for any help
Emma
how do you transform a comma-separated list into an array in Jscript?
what i want is for
price = Split(pri,","
to work but it doesn't seem to, i get the error:
Microsoft JScript runtime error '800a138f'
Object expected
is this me? what do i need to do!
thanks for any help
Emma