docs

All functions Legacy functions About function names

vuSaveProfileEx

Purpose

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

This is the named-profile save function for Pro and Back Office workflows.

Export name

Clarion prototype (Inside Global MAP)

Parameters

Parameter Type Description Expected values / range
ProfileName *CSTRING Managed profile name to save. Example: work-account. Blank falls back to default.

Return value

What it does

vuSaveProfileEx() saves the current live runtime configuration into the named managed profile.

After a successful save:

Clarion example

ProfileName              CSTRING(80)
Result                   LONG

ProfileName = 'work-account'
Result = vuSaveProfileEx(ProfileName)

Notes

All functions Legacy functions About function names