MC-Basic:TOASCII8$

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ? TOASCII8$(''<string>)'' |AVAILABILITY= Available since version 4.5.18 |DESCRIPTION= Converts theUTF-8 coding format of the input string int…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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