Quote from
luishp on December 14, 2018, 9:30 am
Take a look at this code for the current version.
It is not exactly the same than in VisualNEO Win but perhaps it can do the work.
What do you think?
BeginJS
$App.myobj= new Object();
EndJS
SetVar [myobj('name')] "John"
SetVar [myobj('age')] 43
SetVar [nombre] "name"
SetVar [edad] "age"
AlertBox "Result:" "[myobj([nombre])] - [myobj([edad])]" ""
In next version there will be an action for creating objects, so it will be not necessary to use JavaScript.
Take a look at this code for the current version.
It is not exactly the same than in VisualNEO Win but perhaps it can do the work.
What do you think?
BeginJS
$App.myobj= new Object();
EndJS
SetVar [myobj('name')] "John"
SetVar [myobj('age')] 43
SetVar [nombre] "name"
SetVar [edad] "age"
AlertBox "Result:" "[myobj([nombre])] - [myobj([edad])]" ""
In next version there will be an action for creating objects, so it will be not necessary to use JavaScript.
Adham has reacted to this post.