Skip to content

llOrd

function ll.Ord(value: string, index: number): number

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

Parameters
value (string)
The string to convert to Unicode.
index (number)
Index of character to convert to unicode.

Add example usage here showing SLua/Luau syntax with ll.Ord().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.