docs

Home All functions Legacy functions Categories

vuGlobalsGetCodePage()

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.

Description

Gets the current runtime CodePage text using the same legacy behavior used by the original vuMail product.

Return value / error codes

Example (Clarion)

MESSAGE('The current vuMailKit Code Page is: ' & vuGlobalsGetCodePage())

Notes

Home All functions Legacy functions Categories