The charAt attribute function can be used to find a character at a specific position of the string of the variable.
Syntax | ||||
charAt(Position, [LanguageID]) | ||||
Return value | ||||
Type |
Description | |||
String |
A single character at the position | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Position |
Long |
ByVal |
Position from which to determine a substring. Position 1 is the first character. |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
Note | ||||
If LanguageID is not specified, the dialog language applies. |