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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 38: Line 38:
 
* [[Axystems:MC-Basic:UTFSTRING$|UTFSTRING$]]
 
* [[Axystems:MC-Basic:UTFSTRING$|UTFSTRING$]]
  
 
+
[[Category:Axystems:MC-Basic:String_Manipulation|UTF$]]
 
}}
 
}}

Revision as of 15:07, 6 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