Futurebasic/Language/Reference/get preferences
GET PREFERENCES
editSyntax
editGET PREFERENCES prefFileName$, prefRecord
Revised
editFeb 2002 (Release 6)
Description
editThis statement locates the named preference file and loads the contents of the file into the indicated preferences record. If the size of the record and the size of the file are different, the smaller of the two sizes will be used.
A full example of using the new PREFERENCE
commands can be found on the Put Preferences
reference page.
See Also
editPUT PREFERENCES; KILL PREFERENCES; MENU PREFERENCES