Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Utf8 | The string whose first character's ASCII code will be returned. |
Return Value
Returns an Integer representing the ASCII code of the first character in the string.
Examples
$ Get ASCII code
| Name | Type | Description |
|---|---|---|
value | Utf8 | The string whose first character's ASCII code will be returned. |
Returns an Integer representing the ASCII code of the first character in the string.