Array objects are provided by your chosen scripting language. If you're using VBscript, then you use VBscript arrays. If you use JScript, then you use Jscript arrays, etc...
Example:
// Jscript
var aElements = new Array( 0,1,2,3);
'VBscript
dim aElements
set aElement = Array( 0,1,2,3)
If I knew how to create arrays in Python or Perl, I'd show those too, but you get the point.
Matt
Matt Lind
Animator / Technical Director
Softimage certified instructor:
Softimage|3D
Softimage|XSI
speye_21@hotmail.com