code() Function

Converts the text into Unicode integers.

Syntax

code( text )

text: (Text) The text to be converted into Unicode codes.

Returns

Number

Examples

code("Convert to Unicode") returns 67, 111, 110, 118, 101, 114, 116, 32, 116, 111, 32, 85, 110, 105, 99, 111, 100, 101

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK