The Include attribute function can be used to determine if the string of variables contains a specified string.
|
Syntax | ||||
|
Includes(Chars, [LanguageID]) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
Boolean |
True if the string of the variable contains the specified 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. | ||||