Hi!
(Here's a boiled-down and simplified scenario).
I have two input fields A and B keeping an integer.
Using MJSV I want to add 1 to A and output it into field B.
This works with 'B.setValue(1+A);' when compatibility is switched on.
How can I achieve this without using compatibility mode?
Thanks
Raffael
(Here's a boiled-down and simplified scenario).
I have two input fields A and B keeping an integer.
Using MJSV I want to add 1 to A and output it into field B.
This works with 'B.setValue(1+A);' when compatibility is switched on.
How can I achieve this without using compatibility mode?
Thanks
Raffael