Have code that alters a variable and saves it to KVS:
Sub UpdateSettingAndKVS(strVarKey As String, oVar As Object, oVal As Object)
oVar = oVal
cMP.UpdateKVS(strVarKey, oVal)
End Sub
This will give the warning:
Unused variable 'ovar'. (warning #9)
Object
Clearly the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.