Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
int cursor_row([position]) int position
position | specifies the cursor position as row in current column.
The range is between 0 and G.SCREENROWS - 1. If the value of position < 0 then 0 is used. If position > G.SCREENROWS - 1 then G.SCREENROWS - 1 is used. |
cursor_row(0);