TextBuilder.Length([Integer]) Method

Version: Available or changed with runtime version 1.0.

Gets or sets the length of this TextBuilder instance.

Syntax

[OldLength := ]  TextBuilder.Length([NewLength: Integer])

Note

This method can be invoked using property access syntax.

Parameters

TextBuilder
 Type: TextBuilder
An instance of the TextBuilder data type.

[Optional] NewLength
 Type: Integer
The new length of this TextBuilder instance.

Return Value

[Optional] OldLength
 Type: Integer
The length of this TextBuilder instance.

See Also

TextBuilder Data Type
Get Started with AL
Developing Extensions