Function: awchar

Syntax

awchar ({<cursor>})

Type

string

Returns

The character at a screen position indicated by an interactive mouse operation. Only text in an alpha window may be indicated. If no text is found at the position, an empty string is returned.

Parameters

Examples

Use the default cursor.

string ch = awchar

Use a "hand" cursor.

string ch = awchar(hand)

See Also

Commands:

cursor, uncursor, walpha

Functions:

awcol (numeric), awline (string), awrow (numeric), awword (string)

Identifiers:

tracking (procedure)

Structures:

cursor