Difference between revisions of "Array.rowcount()"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 8: Line 8:
 
Number of rows in this array.
 
Number of rows in this array.
  
See also [[Array.colcount()]]
 
  
 
|4,5|.rowcount()
 
|4,5|.rowcount()
  
 
4
 
4
 +
 +
==See also==
 +
[[Array.colcount()| column count]]

Latest revision as of 04:08, 4 May 2020


Array.rowcount()

Number of rows in this array.


|4,5|.rowcount()

4

See also

column count