Previous topic

EdGetPathName

Next topic

EdGetSel

This Page

EdGetPosFromLineΒΆ

EdGetPosFromLine returns the position of the given line. The position is the number of characters from the beginning of the file.

nPos = EdGetPosFromLine(hEdit, nLine)

Return Value

nPos is the position of the first character of the given line.

Parameters

hEdit

Identifies the editor.

nLine

nLine.

id-1084754