Quote from
kajanken on September 28, 2024, 1:50 pm
So for example if...
...I am having code like this:
SetVar [myobject.name] "John"
SetVar [myobject.age] 43
and then I want to LoopObject like this:
LoopObject [property] [myobject]
Here I want to use syntax for example like this:
IsVarEmpty[property as variable][result]
EndLoop
So is it possible to create a variable on the fly from string.
So for example if...
...I am having code like this:
SetVar [myobject.name] "John"
SetVar [myobject.age] 43
and then I want to LoopObject like this:
LoopObject [property] [myobject]
Here I want to use syntax for example like this:
IsVarEmpty[property as variable][result]
EndLoop
So is it possible to create a variable on the fly from string.