Is it possible to find out the current cursor position on
the screen?
Example:
On
"Enter" process="xyz.txt"
xyz.txt
if cursorposition is row1, col3
Goto SKIP_PROCESS
endif
//InputScript processing (Screen/Enter Blocks)
.............
Label SKIP_PROCESS
|