Purpose |
Return the ASCII code of a character on the current console page (screen). |
Syntax |
c? = SCREEN(row%, column%) |
Remarks |
The result is a Byte value containing the ASCII code of the character at the specified location in the console window. row% has a valid range of 1 to SCREENY. column% has a valid range of 1 to SCREENX. |
See also |