EdGetCurrentPosΒΆ

EdGetCurrentPos returns the cursor position in characters from the beginning of the file.

nPos = EdGetCurrentPos(hEdit)

Return Value

nPos is the number of characters from the beginning of the file.

Parameters

hEdit

Identifies the editor.

id-675002