quote:
SaveSetting ("MyAppName", "MySettingName", "MySettingValue")
GetSetting ("MyAppName", "MySettingName")
When typing the SaveSetting code, when i move i think im finished and i move to the next line i get the following messager
quote:
Comile Error:
Expected: =
What am i doing wrong?
My SaveSetting Code is a followed
code:
SaveSetting(app.ProductName, "LastVolLevel", SettingsLastVol)
app.productname is my application name
SettingsLastVol is the value from a Global variable that needs to be entered into the Value of that setting. I hope i explained myself properly.
Thanks in advance
RileyM