OEMToChar$

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Unicode / UTF8 >

OEMToChar$

 

Description

 

Translates a byte string of OEM characters into ANSI/WIDE characters

 

Syntax

 

s = OEMToChar$[sTextToConvert]

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

sTextToConvert








 

Remarks

 

Restrictions

 

See also

 

String Handling, CharToOEM$,

 

Examples