Question
What is the best way to readout the contents of a wildcard? How getWildcard() is used?
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".