Home › Forums › Macros › ExecuteCaseBranch [value] (feature request) › Reply To: ExecuteCaseBranch [value] (feature request)
11 February 2025 at 21 h 10 min
#7177

Participant
One thing I’m seeing already is that I can use it only once from a case branch.
So, unless you suggest another workaround I can’t achieve something like this:
CaseBranch "Do this"
ExecuteCase "DoThat1"
ExecuteCase "DoThat2"
ExecuteCase "DoThat3"
EndCaseBranch