Xmlport.FieldDelimiter([Text]) Method
Version: Available or changed with runtime version 1.0.
Gets and sets the FiledDelimiter used when running, importing or exporting the XmlPort.
Syntax
[Delimiter := ] Xmlport.FieldDelimiter([Delimiter: Text])
Note
This method can be invoked using property access syntax.
Parameters
Xmlport
Type: Xmlport
An instance of the Xmlport data type.
[Optional] Delimiter
Type: Text
The new value of the FieldDelimiter.
Return Value
[Optional] Delimiter
Type: Text
The FieldDelimiter used when running, importing or exporting the XmlPort.
Related information
Xmlport Data Type
FieldDelimiter Property
Get Started with AL
Developing Extensions