
Left hand on right hand side of Variant or Object?!
If Check1.Value = 1 Then
GetSetting("TerraScript", "Options", "InitAnim") = "1"
Else
GetSetting("TerraScript", "Options", "InitAnim") = "0"
End If
I placed that in Command1 on my frmOptions. When I pressed the button, I
just got this error: "Fuction call on left-hand side of assignment must
return Variant or Object"
[ OK ]
What did I do wrong?
Or no, just tell me the correct code.
(I don't understand the different between Variant and Object anyway)
*I hope for a quick answer*
--