CurrentLine
Deprecated. Do not use in new code.
(Engine-Level Function)
Description: | Returns the text string that is the current line in an editor. |
Returns: | Text |
Usage: | Script or steady state. |
Function Groups: | Editor |
Related to: | WinEditCtrl |
Format: | CurrentLine(Editor) |
Parameters: |
Editor |
Required. Any expression that returns an editor value that was created by the MakeEditor function. If this isn't an editor type value, or if it is invalid, nothing happens. |