docs

Home All functions Legacy functions Categories

vuMailSaveGlobals()

Clarion prototype

Prototype: vuMailSaveGlobals(), SIGNED, PROC, PASCAL, RAW, NAME(‘vuMailSaveGlobals’)

Description

This is the legacy vuMail function name for vuGlobalsSave().

Preferred function name:

This function is exported for backward compatibility and behaves identically to vuGlobalsSave().

Example (Clarion)

rc LONG

rc = vuMailSaveGlobals()
IF rc = 0
  MESSAGE('Unable to save legacy global settings: ' & vuMailLastError())
END
Home All functions Legacy functions Categories