| Home | All functions | Legacy functions | Categories |
Prototype: vuGlobalsSetCodePage(*CSTRING xPage), SIGNED, PROC, PASCAL, RAW, NAME(‘vuGlobalsSetCodePage’)
Sets the in-memory CodePage setting used by vuMailKit.
| Parameter | Type | Description | |—|—|—| | xPage | *CSTRING | Code page string to store (for example UTF-8). |
| Value | Meaning | |—|—| | 1 | Success. |
rc LONG
cpValue CSTRING(32)
cpValue = 'UTF-8'
rc = vuGlobalsSetCodePage(cpValue)
IF rc <> 1
MESSAGE('vuGlobalsSetCodePage failed: ' & rc)
END
| Home | All functions | Legacy functions | Categories |