| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Type to denote CRT coordinates
Source position: crth.inc line 71
type tcrtcoord = 1..255;  | 
tcrtcoord is a subrange type for denoting CRT coordinates. It supports coordinates ranging from 1 to 255. Using this type together with range-checking turned on can be used to debug CRT code.
  | 
Set cursor position on screen.  |