immediate window just showing {...}

G

Guest

hey all,
i'm the immediate window debugging my javascript and got the following:

?list
{...}

list is an array, can someone please tell me what do i do with this?

thanks,
rodchar
 
B

bruce barker

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,017
Latest member
GreenAcreCBDGummiesReview

Latest Threads

Top