WritePreferenceLong()

语法

WritePreferenceLong(Key$, Value)
概要
Creates or changes the specified key and its associated float value under the form: 'Key$ = Value' in the preference file, previously created with CreatePreferences() or opened with OpenPreferences().

参数

Key$ The key name to write. If PreferenceGroup() has been used, then the write is restricted to the current group. If the key was already created, its associated value is replaced with the new specified value.
Value The integer value to associate with the key.

返回值

无.

参阅

WritePreferenceFloat(), WritePreferenceDouble(), WritePreferenceInteger(), WritePreferenceQuad(), WritePreferenceString()

已支持操作系统

所有

<- WritePreferenceInteger() - Preference Index - WritePreferenceQuad() ->