Function:
row
Limitations This function only reads in characters and does not consider the color attributes of each character read. When restoring the character string to the screen with say or charout, the previous color settings will be lost.
/* Example which reads in the entire screen */ screen = SysTextScreenRead( 0, 0 ) /* Example which reads in one line */ line = SysTextScreenRead( 2, 0, 80 )