Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetValue a int variable does not seam to work #168

Open
Gamoyo opened this issue Apr 21, 2023 · 2 comments
Open

SetValue a int variable does not seam to work #168

Gamoyo opened this issue Apr 21, 2023 · 2 comments

Comments

@Gamoyo
Copy link

Gamoyo commented Apr 21, 2023

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

@Fjellvang
Copy link

What exactly do you mean by do nothing?

In the code the .Value property calls .SetValue, so it should be the same

@Gamoyo
Copy link
Author

Gamoyo commented Jun 20, 2023

hello, as i said if i write soVar.SetValue(10);, soVar.Value stays at 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants