Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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