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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 39: Line 39:
 
* [[Axystems:MC-Basic:TOUTF8$|TOUTF8$]]
 
* [[Axystems:MC-Basic:TOUTF8$|TOUTF8$]]
  
 
+
[[Category:Axystems:MC-Basic:String_Manipulation|TOASCII8$]]
 
}}
 
}}

Revision as of 15:02, 6 March 2014

Converts theUTF-8 coding format of the input string into theASCII-8 coding format.Symbols located outside ASCII-8 range (Unicode value higher than 0xFF) are replaced by question marks.

Syntax

? TOASCII8$(<string>)

Availability

Available since version 4.5.18

Type

<string>: string

Range

<string>: string

Scope

Configuration, Task or Terminal

Examples

Common shared UTF8Str as string of UTF8

? TOASCII8$(UTF8Str)

See Also