Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Version: Available or changed with runtime version 15.1.
Returns a new string that left-aligns the characters in this string by padding them with spaces on the right, for a specified total length.
Syntax
Result := TextConst.PadRight(Count: Integer [, Char: Char])
Parameters
TextConst
Type: TextConst
An instance of the TextConst data type.
Count
Type: Integer
The number of characters in the resulting string, equal to the number of original characters plus any additional padding characters.
[Optional] Char
Type: Char
A padding character.
Return Value
Result
Type: Text
The end result Text.
See Also
TextConst data type
Getting started with AL
Developing extensions