The startsWith attribute function can be used to determine if the string of variables starts with a specific string.
Syntax | ||||
endsWith(Chars, [LanguageID]) | ||||
Return value | ||||
Type |
Description | |||
Boolean |
True if the specified characters are at the beginning of the variable's string. | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Chars |
String |
ByVal |
The string to be checked. |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value. |
Note | ||||
If LanguageID is not specified, the dialog language applies. |