| .SCREEN Function QuickSCREEN. |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| SCREEN - a graphics function that reads a character's ASCII value |
|          or its color from a specified screen location |
| Syntax |
|   SCREEN (row,column[,colorflag]) |
|     ž row is the row number of the screen location |
|     ž column is the column number of the screen location |
|     ž If colorflag is not used, or has a value of 0, the character's ASCII |
|       code is returned. Any non-zero numeric value causes the number of |
|       the color. |
|
See Also  SCREEN statement   ASCII Code Table   COLOR   PALETTE |