PickBASIC / FlashBASIC
inputctrl statement
.mdThe inputctrl statement is used to enable or suppress control characters in BASIC input statements.
Synonymsinputctrl
Syntax
inputctrl on|off
Description
| suppressed | Ignores control characters entered by the user on succeeding
BASIC input statements, with the exception of
standard editing control characters. Characters unaffected by the input control statement:
|
| enabled | Acknowledges all control characters entered by the user on succeeding BASIC input statements. |
The default value for this setting is loaded from the TCL default and is always enabled. The TCL default can be changed with the TCL control-chars command.
When you are in mvBase compatibility mode, the input control command works opposite of the way it does in D3. Review the following tables:
D3 inputctrl statement
| on | enabled |
| off | suppressed |
mvBase compatibility input ctrl statement
| on | suppressed |
| off | enabled |