You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2025. It is now read-only.
Hello, i created a simple int variable
if i want to change it by script soVar.SetValue(10); do nothing
i have to write soVar.Value = 10;
did i do something wrong? thanks