Contents - Index


NARRAYROWS

 

NARRAYROWS requires one string argument which should be a string constant or string variable this provides the name of one of the Arrays tables.  The names are listed on the tabs in the Arrays window.  The function returns the number of rows in the specified Arrays window.  If the Arrays table does not exist, the function call will return 0.

 

Example:  

 

N=narrayrows('Main') "number of rows in the Arrays table for the Main program"

 

See also:   NARRAYCOLUMNS

 Mathematical Functions