Futurebasic/Language/Reference/get preferences

From Wikibooks, open books for an open world
Jump to navigation Jump to search

GET PREFERENCES[edit | edit source]

Syntax[edit | edit source]

GET PREFERENCES prefFileName$, prefRecord

Revised[edit | edit source]

Feb 2002 (Release 6)

Description[edit | edit source]

This 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[edit | edit source]

PUT PREFERENCES; KILL PREFERENCES; MENU PREFERENCES