BE_PreferenceGet

BE_PreferenceGet(key;{domain})



Gets the preference value stored by BE_SetPreference that has the matching key.


Parameters:

- key : the key code for the value to return.

- domain : the domain value of where to locate the preference file.

Keywords:

Preference Get


Version History:

- 1.3 :

- 4.0.2 : Renamed from BE_GetPreference

Notes:

- If the domain is not included, it will be

Mac : au.com.goya.baseelements.plugin-user Windows : Software\\Goya\\BaseElements\\PluginUser ( stored inside HKEY_CURRENT_USER ).

- You can override the domain to specify a different file name on the mac, or a different path on Windows. To respect the various OS conventions you should use something similar to the above.

Still need help? Contact Us Contact Us