Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of rows available in the main Visual FoxPro window.
SROWS( )
Return Values
Numeric
Remarks
In Visual FoxPro for Windows, the value returned by SROWS( ) depends on the current display mode. The display mode can be changed with SET DISPLAY.
Example
CLEAR
? SROWS( )
See Also
COL( ) | ROW( ) | SCOLS( ) | SET DISPLAY | WCOLS( ) | WROWS( )