CalcIt Commands

DELIMITER

System parameter to define the default delimiter character. When the execution of a code is started the default delimiter character is (|) but we can change it assigning a new character in DELIMITER command. E.g.

DELIMITER:=','

After the execution of this command the default delimiter character is comma (,).

NOTE: Affects only the code which executes it.

See also Delimited Text

Go Back