ilgSearchText
ilgSearchText(t_text[?locl_location] [?directions_direction] [w_tab] ) =>l_location/nil
Description
Searches the specified text in a SKILL IDE document.
Arguments
|
The window ID of the SKILL IDE editor window. Default is the current tab window. |
|
Value Returned
|
List of the locations of all occurrences of t_text in the search area. |
|
Examples
To search for the word IDE in the SKILL IDE window
ilgSearchText("IDE")
=>
((7 1) (11 4) (1 7) (1 9)
)
Related Topics
Return to top