MC-Basic:UTF$

From SoftMC-Wiki
Revision as of 09:37, 20 March 2014 by Lisa (talk | contribs) (Text replace - "''<return value>''" to "<''return value''>")
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