Multiple values in each case in a Flow Switch
Is there a way the to have each case in a Flow Switch check for multiple values? I want one case to check for value1, value2 and value3 and another case to check for value4 and value5. I know I can use other metods to group the values before the flow switch, but i would be nice if i could handle it directly in the switch.
0
-
Use a IF THEN ELSE insted of the SWITCH CASE. The IF sentens is twise as fast as the SWITCH sentens. So it perfomes better.
http://www.dotnetperls.com/string-switch
Sebastian
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar