hiSelectTextByLoc
hiSelectTextByLoc(w_windowIdl_locationPair[x_class] ) =>t / nil
Description
Highlights a list of strings specified as a list of starting and ending location pairs.
Arguments
|
List of starting and ending location pairs for the selection. |
|
|
Group of selections. Values range from |
Value Returned
Examples
Adds the selected text to text class 6, so it will persist when deselected, and will be highlighted in the style assigned to text class 6
hiSelectTextByLoc(window(3) list(1597:1602) 6)
Related Topics
Return to top