The charCodeAt attribute function can be used to determine the Unicode value of the character at a specific position of the variable's string.
|
Syntax | ||||
|
charCodeAt(Position, [LanguageID]) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
Long |
Unicode value of the 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. | ||||