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 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.
Supported OS
Windows, Linux