03-24-2023 06:45 AM
Hello, i have this problem:
I have a string and, based on whats written inside of it, a case structure executes the respective case. two of the cases are exactly the same, is there a way to make a single case answer to 2 separate strings? Or do i have to keep 2 identical cases one for each strings
03-24-2023 06:55 AM
You can use same case with Multiple Input strings.
Use Case with Comma Separated Eg: (Init,Execute) for both input it will execute the same case.
03-24-2023 07:02 AM