docs

Home All functions Legacy functions Categories

vuGetCodePage()

vuGetCodePage(),CSTRING,PROC,PASCAL,RAW,NAME('vuGetCodePage')

This legacy function is declared as returning CSTRING in Clarion to preserve original vuMail template behavior. Under the hood, the export returns a pointer to a null-terminated C string buffer, and Clarion consumes it directly as text, as shown in the examples below.

Description

This is the legacy vuMail function name. It behaves the same as vuGlobalsGetCodePage().

Return value / error codes

Example (Clarion)

MESSAGE('The current vuMail Code Page is: ' & vuGetCodePage())

Notes

Home All functions Legacy functions Categories