Skip to main content
Tobias1
Visitor II
March 2, 2020
Question

What is the best way to readout the contents of a wildcard? How getWildcard() is used?

  • March 2, 2020
  • 1 reply
  • 568 views

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".

This topic has been closed for replies.

1 reply

Martin KJELDSEN
Principal III
March 3, 2020

Hi,

Wouldn't you be better off maintaining a state elsewhere in your program?

/Martin