MC-Basic:UTF$

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= UTF$(''<number>'') |AVAILABILITY= Available since version 4.5.10 |DESCRIPTION= This function returns a UTF-8 string corresponding to a given …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function returns a UTF-8 string corresponding to a given Unicode value.

Syntax

UTF$(<number>)

Availability

Available since version 4.5.10

Type

<return value>: String
<number>: Long

Range

<number>: 0 to MAXLONG

Scope

Configuration, Task or Terminal

Limitations

Read-Only

Examples

?UTF$(256)

See Also