Difference between revisions of "MC-Basic:UTF$"
| Line 38: | Line 38: | ||
* [[MC-Basic:UTFSTRING$|UTFSTRING$]] | * [[MC-Basic:UTFSTRING$|UTFSTRING$]] | ||
| − | [[Category | + | [[Category:MC-Basic:String Manipulation|UTF$]] |
}} | }} | ||
Revision as of 09:17, 22 May 2014
This function returns a UTF-8 string corresponding to a given Unicode value.
Syntax
UTF$(<number>)
Availability
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)