Mnemonics
'ME' Begin Edit Mode
Editing or Behaviour
 
Description Use 'ME' to begin Edit Mode. In Edit Mode, any keystroke or negative CTL event not used by the input (e.g., up / down arrows) will be returned to your program in the CTL variable instead of being rejected. ProvideX uses built-in edit functions to format and process all keyboard input, but will terminate input and returns values to your program when it encounters keystrokes, or negative CTL events the input editor doesn't handle. To end Edit Mode, use the 'MN' Mnemonic.
 
Example 0010 INPUT "Enter Amount:", 'ME', AMNT:"$###,##0", 'MN'