Description Reads and applies the preferences within the text file.
Syntax ReadPreferences fname
Parameters fname As String Reads the preferences to this file name.
Remarks This subroutine reads the preferences from the text file and applies them to FRED.
See Also
Examples
Sub Main ReadPreferences("C:\Users\Me\Documents\FRED Analysis Preferences\MyFREDPrefs.txt")
End Sub
|