2020-03-02 08:30 AM
I want to change the content of a wildcard depending on the previous state.
e.g. If the content of the TextArea is "Off" the content should be changed to "On" when the function is called. If the content is "On", it should be changed to "Off".
2020-03-03 01:36 PM
Hi,
Wouldn't you be better off maintaining a state elsewhere in your program?
/Martin