PreferenceGroup()
Syntax
Result = PreferenceGroup(Name$)Description
If the preference is in create mode (after a CreatePreferences() command) then the a new group will be created under the form: [GroupName$]. All following write operations will be under this group. If the group couldn't be created, then the 'Result' will be 0.
If the preference is in read mode (after a OpenPreferences() command) then the current read point is moved to the start of the specified group. All following read commands will be restricted to this group. If the group doesn't exists, then the 'Result' will be 0. To move outside of any groups, an empty 'Name$' can be used.
Supported OS
Windows, Linux, MacOS X