Posts: 2
Threads: 1
Joined: Dec 2015
In my macros, I need to get the cursor position after I move the cursor down to next column using keyboard down-arrow function. However, I can only find the way to get current mouse cursor position. Anyone knows how to get the current cursor position when the mouse is not pointing to the current cursor position.
Posts: 12,097
Threads: 142
Joined: Dec 2002
Macro
Macro2763
int x y
GetCaretXY x y
out F"{x} {y}"
Posts: 2
Threads: 1
Joined: Dec 2015
Gintaras Wrote:Macro Macro2763
int x y
GetCaretXY x y
out F"{x} {y}"
can i find details in the help menu ? I cannot find getcaretxy function ?
Posts: 12,097
Threads: 142
Joined: Dec 2002
Click GetCaretXY and press F1.