info("preferences")

The info(“preferences”) function returns a list of all currently active preference settings.


Description

This function returns a list of all currently active preference settings. This includes any settings you have set up, all Panorama preference settings, and all currently active system settings. Typically this function will return a list with hundreds of items.

To find out the value of any preference setting returned by this function, use the getpreferencevalue( function. To change a preference, use the setpreferencevalues statement (however, only your settings and Panorama settings can be changed).


See Also


History

VersionStatusNotes
10.0NewNew in this version.