Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Version: Available or changed with runtime version 15.0.
Retrieves a substring from this instance.
Syntax
Substring := Label.Substring(StartIndex: Integer [, Count: Integer])
Parameters
Label
Type: Label
An instance of the Label data type.
StartIndex
Type: Integer
The one-based starting character position of a substring in this instance.
[Optional] Count
Type: Integer
The number of characters in the substring.
Return Value
Substring
Type: Text
The substring extracted from this instance.
Related information
Label data type
Getting started with AL
Developing extensions