Text EN Version 1.90

SET SepString

Description

SET statement in the SECTION SYSTEM in the IDF document.

SET SepString:

Sets the separator string that terminates a record.
The separator string (which can be built using @Char and +) can also be a list of separator strings (formed with :).

Examples:

SET SepString := "#*";
Here the record is delimited by the separator string #* delimited.

SET SepString := "#*":"*#";
Both #* and *#.

SET SepString := @Char(13)+"#*";
The separator string is Return + #*.

See also Set SepModus.

Note : This text was machine-translated and may contain inaccuracies.