strCharToOemΒΆ

strCharToOem translates a string from the Windows character set into the OEM-defined character set.

smOem = strCharToOem(smChar)

Return Value

smOem is a string matrix in the OEM-defined character set.

Parameters

smChar

smChar is a string matrix in the Windows character set.

History

Version Description
5.0.0 Unicode.

id-655480