Difference between revisions of "MC-Basic:UTF$"
m (Miborich moved page Axystems:MC-Basic:UTF$ to MC-Basic:UTF$: Global renaming of Axystems: namespace into (Main):) |
|||
| Line 36: | Line 36: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:CHR$|CHR$]] | * [[MC-Basic:CHR$|CHR$]] | ||
| − | * [[ | + | * [[MC-Basic:UTFSTRING$|UTFSTRING$]] |
[[Category:Axystems:MC-Basic:String_Manipulation|UTF$]] | [[Category:Axystems:MC-Basic:String_Manipulation|UTF$]] | ||
}} | }} | ||
Revision as of 08:42, 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)