_EdGetChar( ) API Library Routine

See Also   Example

_EdGetChar( ) returns the character at the specified offset position in the file in the specified editing window.

Syntax

TEXT _EdGetChar(WHANDLE wh, EDPOS thePos)
WHANDLE wh;         /* Handle of editing window. */
EDPOS thePos;            /* Offset position in file of character to be returned. */