SCREEN
Syntax
Description
Returns a string with the character (if possible) located at the given screen coordinate (row, column). The character in the screen must exactly match the one in the current font character set being used.
Requirements
SCREEN is a library function to be included with the following command:
Sample usage
Remarks
- This function extends the one in Sinclair BASIC (and it's compatible with it) since it also allows rows 22 and 23.
- When using --sinclair cmd line parameter this function is already available (i.e. no
#include <screen.bas>sentence is needed)