Public Function CharToOem( _ ByVal vANSIString As Variant _ ) As Variant
CharToOem("Hawaii") = "Hawaii"See also:
OemToChar Function CharToOem (Windows API)vANSIString: String that contains characters from the ANSI Windows character set. Function returns Null if vANSIString is Null or cannot be fixed-up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.