ilgGetSelectedLocation
ilgGetSelectedLocation( [w_tab] ) =>l_location/nil
Description
Returns the location coordinates of the current selection in the SKILL IDE editor window.
Arguments
|
The window ID of the SKILL IDE editor window. Default is the current tab window. |
Value Returned
|
Location coordinates of the current selection in the SKILL IDE editor window. |
|
Examples
ilgGetSelectedLocation( ) => ((1 11) (4 11) )
Related Topics
Return to top