06-06-2022 01:37 PM
Yes, that is true. I think I leave it out then. I don't want to only display the status but execute the functionality of the corresponding status. For example, stop if inactive and move if active (simplified). Therefore a case structure would be useful, or?
06-07-2022 11:24 AM
@Glypton wrote:
Therefore a case structure would be useful, or?
There are millions of way to do things. Sometimes a case structure is useful, of course. 😄