Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create an array? 1

Status
Not open for further replies.

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?
 
yup, define array like this:

var <i>VariableName</i> = new Array();
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top