JavaScript Editor js editor     Web development 



Main Page

Returns the number of rows available in the main Visual FoxPro window.

SROWS(В )

Return Value

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

В Copy Code
CLEAR
? SROWS( )

See Also



JavaScript Editor js editor     Web development