Aug 9, 2000 1 #1 greg50 IS-IT--Management Jul 27, 2000 7 AU At the moment I've got a quiz with 10 text fields which I individually validate with action script. Could this be done with an array as in Javascript?
At the moment I've got a quiz with 10 text fields which I individually validate with action script. Could this be done with an array as in Javascript?
Oct 2, 2002 #2 tilotama Programmer Aug 24, 2001 25 MY yup, define array like this: var <i>VariableName</i> = new Array(); Upvote 0 Downvote