Link to home
Start Free TrialLog in
Avatar of jstretch
jstretch

asked on

isarray

Is it possible to detect if a variable is an array without using the length attribute or without using [0] accessors? I dont want to get a warning or error when doing this.
Avatar of BogoJoker
BogoJoker

Hi jstretch,

Here is a solution, somebody had the same isArray() problem and wrote their own function:
http://www.planetpdf.com/developer/article.asp?ContentID=6383
I'll try and post an example of it.

Joe P
SOLUTION
Avatar of nabsol
nabsol
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial