TableSeparator Property

Version: Available or changed with runtime version 1.0.

Specifies the table separator for a table.

Applies to

  • Xml Port

Syntax

TableSeparator = '<NewLine>';

Remarks

TableSeparator property is only used if the Format Property is set to Variable Text or Fixed Text. Otherwise, the setting is ignored.

This property specifies how tables should be separated. The default value is (two newlines) (<NewLine><NewLine>).

The strings in the preceding table must be entered literally, that is, the < and > characters must be entered. These special strings can be combined and can be mixed with other characters.

CR refers to the character with ASCII value 13.

LF refers to the character with ASCII value 10.

You can set the table separator in AL code so that the XMLport can import and export tables with different separators. For example, if your XMLport must import from a file or stream where one table uses a single NewLine elements and another uses two NewLine elements, you can change the table separator at run time.

See Also

Properties