GetChar() Returns a character from the screen Syntax: GetChar( nY, nX ) -> cChar nY : The Y coordinate nX : The X coordinate Description: Returns a character from the specified position of screen Return: The character from the screen. Example: ? GetChar ( 22, 10 ) // "c"