HI_GoToLine
%HI_GoToLine function
Function
The function %HI_GoToLine sets the current cursor position in the multiline Windows control of Text entry field type to the given line (Control function).
Declaration
%HI_GoToLine(
INT in refId,
INT in lineNr
) Parameters
refId | Reference to graphic object (reference variable). |
lineNr | Line number. |
Example
%HI_GoToLine(_entryField, 2)