ilgSelectText
ilgSelectText(l_location_begin l_location_end[w_tab] ) =>t
Description
Selects the text between location l_location_begin and l_location_end 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
To select the text from (line 2 column 1) to (line 10 column 8) in the current SKILL IDE window.
ilgSelectText('(1 2) '(8 10))
=> t
Related Topics
Return to top