Reply To: Concatenating variables and text

PennController for IBEX Forums Support Concatenating variables and text Reply To: Concatenating variables and text

#8419
Jeremy
Keymaster

Hi,

I’m glad you found a solution by yourself. You can use getVar("myvar")._element.value in a pure-javascript environment to retrieve the current value of the Var element, eg. getVar("mytextvariable1").set( v => v+getVar("mytextvariable2")._element.value )

Jeremy