Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
8.10. SysCurPos (Windows only)
Returns the cursor position in the form
row col
and optionally moves the cursor to a new location.
Parameters:
row
The row to move to.
col
The column to move to.
Note
Position (0,0) is the upper left corner.
You can call SysCurPos without a column and row position to obtain the cursor position without moving the cursor.
Example 8.3. RexxUtil — SysCurPos
say
SysCurPos
(
)
-- (e. g.) 10 0
Prev
8.9. SysCreatePipe (Unix-like systems only)
Up
Home
Next
8.11. SysCurState (Windows only)