Retrieves the caret's position
#include <WinAPIRes.au3>
_WinAPI_GetCaretPos ( )
Success: | The array that contains the client coordinates of the caret. [0] - x-coordinate of the caret. [1] - y-coordinate of the caret. |
Failure: | Sets the @error flag to non-zero. |
Search GetCaretPos in MSDN Library.