in the immed window for javascript if you use ?, it prints the value if
the arg is a datatype (string, date, boolean, number or null),
otherwise it displays {...} to indicate its an object.
try:
?list.length
?list[0]
?list.join(',')
-- bruce (sqlwork.com)
> hey all,
> i'm the immediate window debugging my javascript and got the following:
[quoted text clipped - 6 lines]
> thanks,
> rodchar