docs

All functions Legacy functions About function names

vuSaveProfile

Purpose

Save the current active runtime values into the managed profile named default.

This is the normal Basic-safe profile save function used by the setup wizard and by single-profile applications.

Export name

Clarion prototype (Inside Global MAP)

Parameters

Return value

What it does

vuSaveProfile() saves the current live runtime configuration into the internal managed profile key default.

That includes the current settings already loaded or set in memory, such as:

After a successful save:

Clarion example

Result                   LONG

Result = vuSaveProfile()

Notes

All functions Legacy functions About function names