EdGotoPosΒΆ

EdGotoPos sets the cursor to the given position

bool = EdGotoPos(hEdit, nPos)

Return Value

bool.

Parameters

hEdit

Identifies the editor.

nPos

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

id-2124166