ORD
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
ORD takes a character and returns the corresponding Unicode code point value.
Syntax
ORD(<char>)
Example
ord("a") // 65