TextBuilder.Append(Text) Method
Version: Available or changed with runtime version 1.0.
Appends a copy of the specified string to this TextBuilder instance.
Syntax
[Ok := ] TextBuilder.Append(Text: Text)
Parameters
TextBuilder
Type: TextBuilder
An instance of the TextBuilder data type.
Text
Type: Text
The text to append.
Return Value
[Optional] Ok
Type: Boolean
true if the copy of the specified string succeeded, otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.
Related information
TextBuilder Data Type
Get Started with AL
Developing Extensions