ProvideX V8.20 > Language Reference > 5. Mnemonics
597
Example
0010
PRINT 'CS'
0020
CUR=1
0030
BUTTON 10,@(10,10,20,2)="CHANGE CURSOR"
0040
WHILE CTL<>4
0050
OBTAIN X
0060
IF CTL=10 THEN PRINT 'CURSOR'(CUR)
0070
IF CUR=12 THEN CUR=0 ELSE CUR++
0080
WEND
0090
PRINT 'CURSOR'(0)
0100
END
'CYAN' & '_CYAN' Mnemonics
  Colour Text
GUI Display/Printer or Character Display
Format
Foreground: 'CYAN'
Background: '_CYAN'
Description
All input or output following this mnemonic will be in cyan foreground or
background.
Example
INPUT '_CYAN','WHITE',"Please enter your name: ",Name$,
'+D' & '-D' Mnemonics
  Obsolete
Behaviour or GUI Display
Description
Included here for completeness only.
'DC' Mnemonic
     Delete Character at Cursor
Editing
Description
Use 'DC' to delete the character at the current cursor position. (Text shifts one
position to the left for all characters to the right of the cursor on the same line.).