ilgGetCursorLocation
ilgGetCursorLocation( [w_tab] ) =>l_location
Description
Returns the location of the cursor in the SKILL IDE editor window.
Arguments
|
The window ID of the SKILL IDE editor window. Default is the current tab window. |
Value Returned
Examples
ilgGetCursorLocation( )
=> (9 11)
Related Topics
Return to top