Difference between revisions of "MC-Basic:UTF$"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= UTF$(''<number>'') |AVAILABILITY= Available since version 4.5.10 |DESCRIPTION= This function returns a UTF-8 string corresponding to a given …') |
m (1 revision) |
(No difference)
| |
Revision as of 16:10, 13 December 2010
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)