Please enable JavaScript to view this site.

ESL Documentation

ESLLIB Subroutine

Convert a string from the OEM-defined to the ANSI-defined character set.

call EslOemToAnsi(CONVERT_SV)

CONVERT_SV

The string you want converted.

Description

Use this subroutine to convert a string from the OEM-defined character set to the ANSI-defined character set.

Note that the single parameter in the subroutine allows in-place conversion.

See Also

EslAnsiToOem( ) Subroutine