Difference between revisions of "MC-Basic:TOUTF8$"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ? TOUTF8$(''<string>)'' |AVAILABILITY= Available since version 4.5.18 |DESCRIPTION= Converts the ASCII-8 coding format of the input string in…') |
m (1 revision) |
(No difference)
|
Revision as of 16:10, 13 December 2010
Converts the ASCII-8 coding format of the input string into the UTF-8 coding format.
Syntax
? TOUTF8$(<string>)
Availability
Available since version 4.5.18
Type
<string>: string
Range
<string>: string
Scope
Configuration, Task or Terminal
Examples
Common shared ASCII8Str as string
? TOUTF8$(ASCII8Str)