ilgSetCursorLocation
ilgSetCursorLocation(l_location[w_tab] ) =>t/nil
Description
Sets the cursor location in a SKILL IDE document.
Arguments
|
Window ID of the SKILL IDE editor window. Default is the current tab window. |
Value Returned
Examples
To set the cursor location in the SKILL IDE window:
ilgSetCursorLocation('(9 11))
=> t
ilgSetCursorLocation('(37 4))
=> nil
Related Topics
Return to top