Hello,
I have a question about how to assign a value to and retrieve the value from a global variable.
From a GUI, I select a value and through the onSelect attribute, I intend to assign this value to a global variable. The global variable is defined as a string named EstadoSimular.
The code I am trying to define does not manage to return the value of the global variable. I am not sure if I am not assigning it correctly in the setvarstr or if I am not able to capture it properly for the print.
Attached is an image showing all the related elements.
Thanks in advance for your help.