Skip to content

llOrd

Function Syntax
integer llOrd(
  1. string value, // The string to convert to Unicode.
  2. integer index // Index of character to convert to unicode.
);

Returns the unicode value of the indicated character in the string.