DataBasic Reference > Statements and Intrinsic Functions > I > INPUT CTRL Statement

Comment on this topic

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.

Reality V15.0 ()

INPUT CTRL Statement (DataBasic) (m618703+inputctrl_s.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

INPUT CTRL Statement

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.

Syntax

INPUT CTRL [ON | OFF | expression]

Syntax Elements

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.

RealityV15.0Comment on this topic