Subject: upper limit
Posted By: crmpicco Post Date: 10/4/2005 3:25:40 AM

var tempADT = adtStr;
splitString = tempADT.split("~");


Is there any way to find the upper limit of an array in JavaScript?

www.crmpicco.co.uk
Reply By: ChrisScott Reply Date: 10/4/2005 3:44:13 AM
yourArrayName.length will return the number of elements in an array

Reply By: crmpicco Reply Date: 10/4/2005 4:02:21 AM
excellent, thanks. tried a Google but wasnt getting much back??

www.crmpicco.co.uk

Go to topic 35373

Return to index page 460
Return to index page 459
Return to index page 458
Return to index page 457
Return to index page 456
Return to index page 455
Return to index page 454
Return to index page 453
Return to index page 452
Return to index page 451