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.
Determines whether the beginning of this instance matches a specified string.
Syntax
Ok := Label.StartsWith(Value: Text)
Parameters
Label
Type: Label
An instance of the Label data type.
Value
Type: Text
The string to compare.
Return Value
Ok
Type: Boolean
true if the beginning of this instance matches the specified string, otherwise false.
Related information
Label data type
Getting started with AL
Developing extensions