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: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK