Version: Available or changed with runtime version 15.0.
Returns a new Text in which a specified number of characters from the current string are deleted.
Syntax
Result :=   Label.Remove(StartIndex: Integer [, Count: Integer])
Parameters
Label
 Type: Label
An instance of the Label data type.
StartIndex
 Type: Integer
The one-based position to begin deleting characters.
[Optional] Count
 Type: Integer
The number of characters to delete.
Return Value
Result
 Type: Text
The end result Text.
Related information
Label data type
Getting started with AL
Developing extensions