PennController for IBEX › Forums › Support › Concatenating variables and text › Reply To: Concatenating variables and text
		September 19, 2022 at 5:24 pm
		
		#8419
		
		
		
	
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