ProvideX V8.20 > Language Reference > 5. Mnemonics
593
0020
print a$
0030
print 'caption'("My Window")
0040
multi_line read 0,a$
0050
print a$
'CE' Mnemonic
       Clear from Cursor to End of Screen
Editing
Description
Use 'CE' to clear the screen from the cursor position to the end of the screen.
'CF' Mnemonic
      Clear Foreground Mode
Editing
Description
Use 'CF' to clear non-protected mode for characters on the screen. (See also: 'SF' Set
Mode to Foreground, p.637.)
'CH' Mnemonic
     Position Cursor at Home
Motion
Description
Use 'CF' to position the cursor to the device's home location; i.e., @(0,0). The screen
is not cleared.
'CI' Mnemonic
      Clear Input Type-Ahead Buffer
Editing
Description
Use 'CI' to clear any input from the type-ahead buffer. (See also 'BT' Begin
Type-Ahead Mode, p.591.)