savePref

Preferences

Persist the preferences to the file system.

$m.savePref();

Syntax

        $m.savePref()

Remarks

Preferences can be used to store app data that needs to persist across app restarts. By default, the preferences stored in a page are accessible in other pages provided if the pages belong to the same pack. In order to share preferences across packs, use the global parameter.