Take Command / TCC Help v. 13.03
SETARRAYNot in LE
Hide Navigation Pane
SETARRAYNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
SETARRAYNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

Purpose:Define array variables

 

Format:SETARRAY name[a[,b[,c[,d]]]] [...]

 

a,b,c,dArray dimensions

Usage:

 

You can define up to 4-dimensional arrays.  For example, to define a 5-row by 10-column array:

 

setarray array1[5,10]

 

The array elements are addressed in base 0, so to reference this array you would use 0-4 for the rows and 0-9 for the columns.

 

To set the variable elements, use the SET command.

 

If you don't enter any arguments, SETARRAY will display the currently defined arrays.  If you don't enter any dimensions, SETARRAY will display the definition for that array.  You can use wildcards in the array name.

 

See also @ARRAYINFO.

Comments (...)