CharToOEM$

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > String functions >

CharToOEM$

 

Description

 

Translates a string into the OEM-defined character set.

 

Syntax

 

s = CharToOEM$[sTextToConvert]

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

sTextToConvert








 

Remarks

 

Restrictions

 

See also

 

String Handling, OEMToChar$,

 

Examples

 

Uses "console"

 

Print CharToOEM$("Lunedì")

WaitKey