Hello guys,
Who knows how to get the value of a variable in SCADA Basic?
Like this:
Dim NewVariable as str;
NewVariable = addstring("@", "Branch",".Register01");
As you know, the value of NewVariable is "@Branch.Register01", so how to get the value of variable of "@Branch.Register01".Is there a function to do it?
Thanks
Mark
It is solved by adding a '?' before the variable name:?NewVariable. 🙂
Yes but you must remove the @
Nico


