Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
INPUT CTRL Statement (DataBasic) (m618703+inputctrl_s.htm)
Determines whether control characters (that is, those in the ranges X'0' to X'1F' and X'80' to X'9F') are accepted in INPUT or INPUT@ statements.
INPUT CTRL [ON | OFF | expression]
ON Specifies that control characters should be accepted (default).
OFF Specifies that control characters should be removed.
expression Any expression that evaluates to true or false (see Logical Expressions). If true, control characters are accepted; otherwise, control characters are removed.