Description Saves the currently applied preferences to a text file.
Syntax SavePreferences fname
Parameters fname As String Save the preferences to this file name.
Remarks This subroutine saves the currently applied preferences to a text file.
See Also
Examples
Sub Main SavePreferences("C:\Users\Me\Documents\FRED Analysis Preferences\MyFREDPrefs.txt")
End Sub
|