WritePreferenceString()
Syntax
WritePreferenceString(Keyword$, Value$)Description
Writes the specified 'Keyword$' and its associated string value under the form: 'Keyword$ = Value' in the preference file, previously created with CreatePreferences() or opened with OpenPreferences(). If the key was already existing in the current group, its value is replaced.
To write keyword values directly from numeric variable types the following commands can be used:
WritePreferenceDouble()
WritePreferenceFloat()
WritePreferenceLong()
WritePreferenceQuad()
Supported OS
Windows, Linux, MacOS X