Difference between revisions of "MC-Basic:UTF$"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
Line 29: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 13:58, 18 March 2014

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