[Javascript] For/Next loop

Keith Levenson klevensonk at netscape.net
Thu May 31 13:23:11 CDT 2001


Can anyone tell me what is wrong with this syntax?  HTML editor is not recognizing the Next, and getting "expected (" error.

Thanks!

/K


for y = 0 To ubound(L2List,2)
    L2List[iCount] = new Level2(L2List(0,y), L2List(1,y), L2List(2,y));
    iCount = iCount + 1
Next
__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/




More information about the Javascript mailing list