What is the best way to readout the contents of a wildcard?
How getWildcard() is used?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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".
Labels:
- Labels:
-
TouchGFX
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-03 01:36 PM
Hi,
Wouldn't you be better off maintaining a state elsewhere in your program?
/Martin