Take Command / TCC Help v. 13.03
@ARRAYINFONot in LE
Hide Navigation Pane
@ARRAYINFONot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@ARRAYINFONot 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 (...)

@ARRAYINFO[arrayname,option] : Returns information about the specified array.

 

arrayname - name of the array (defined by SETARRAY) to query

 

option - the type of information:

 

0 - total number of dimensions

1 - number of elements in the first dimension

2 - number of elements in the second dimension

3 - number of elements in the third dimension

4 - number of elements in the fourth dimension

5 - total number of elements

 

 @ARRAYINFO will return -1 if the array doesn't exist.

Comments (...)