GoToOffset
Deprecated. Do not use in new code.
(Engine-Level Function)
Description: | Forces an editor to move to a location in its text. |
Returns: | None |
Usage: | Script or steady state. |
Function Groups: | Editor |
Related to: | WinEditCtrl |
Format: | GoToOffset(Editor, Offset, Highlight, NumHighlight) |
Parameters: |
Editor |
Required. Any expression for the editor value. |
Offset |
Required. Any numeric expression for the character offset to display. |
Highlight |
Required. Any logical expression. If true, characters will automatically be highlighted, beginning at Offset. |
NumHighlight |
Required. Any numeric expression for the number of characters to highlight if Highlight is true. |