|
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
|