ANSI( ) example
Suppose you are calling an EXTERNed function SomeFunc( ) from a DLL that expects a string parameter to be an ANSI string. You are using DB437US0 as your global language driver, so you use the ANSI( ) function to do the conversion:
extern CVOID SomeFunc( CSTRING ) SomeDLL.DLL
SomeFunc( ansi( cParameter ))