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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
m (Text replace - "''<number>''" to "<''number''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
UTF$(''<number>'')
+
UTF$(<''number''>)
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 14: Line 14:
 
|TYPE=
 
|TYPE=
 
''<return value>'': String<br>
 
''<return value>'': String<br>
''<number>'': Long
+
<''number''>: Long
  
 
|RANGE=
 
|RANGE=
''<number>'': 0 to MAXLONG
+
<''number''>: 0 to MAXLONG
  
 
|UNITS=
 
|UNITS=

Revision as of 09:33, 20 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