| Home | All functions | Legacy functions | Categories |
vuGlobalsGetCodePage(),CSTRING,PROC,PASCAL,RAW,NAME('vuGlobalsGetCodePage')
This function is declared as returning LONG at the Clarion boundary for legacy compatibility. The numeric return value is actually the address of a null-terminated C string buffer and can be consumed directly in Clarion string expressions, as shown below.
Gets the current runtime CodePage text using the same legacy behavior used by the original vuMail product.
MESSAGE() and string assignment.MESSAGE('The current vuMailKit Code Page is: ' & vuGlobalsGetCodePage())
*CSTRING output buffers.vuGlobalsLoad() if needed).| Home | All functions | Legacy functions | Categories |