EdGetLineΒΆ
EdGetLine retrieves a line of text from an editor.
- ssLine = EdGetLine(hEdit, nLine)
Return Value
ssLine contains the text of the line.
Parameters
- hEdit
Identifies the editor.
- nLine
nLine specifies the line number to retrieve.
See also
id-269863