#Convert Unicode int to String

4 messages · Page 1 of 1 (latest)

livid zephyr
#

Is there a function in GD script that will return a char from a Unicode number? Something like String.fromCharCode(int) in JavaScript.

normal kite
#

yes, it's called char() and is part of the global scope

livid zephyr
#

Thanks! That is perfect!