Difference between revisions of "Size"

 
m (adding doc status category)
Line 1: Line 1:
 
[[Category:Functions returning information about arrays]]
 
[[Category:Functions returning information about arrays]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
  
 
Size(A) returns the total number of elements in an array.
 
Size(A) returns the total number of elements in an array.
  
 
When used on an index, Size(I) returns the length of the index.
 
When used on an index, Size(I) returns the length of the index.

Revision as of 04:04, 25 April 2007


Size(A) returns the total number of elements in an array.

When used on an index, Size(I) returns the length of the index.

Comments


You are not allowed to post comments.