10
·
Typing text into text boxes (3), (5), (9) and (10)
Characters that can be entered as text can be typed in, and control codes can be entered
as ASCII codes (00 to FF) with \ in front of them.
Example: PRINT: [PRINT]
TAB control code: [\09]
Return control code: [\0D]
\: [\\]