Switch for string variables

Nakano15

New member
Messages
17
Points
0
I had quite a surprise, when I found out that switch only works for integer variables, and not for string.

Someone knows if there's an alternative command that allows me to do that?

 
try if/else if

 
I had quite a surprise, when I found out that switch only works for integer variables, and not for string.

Someone knows if there's an alternative command that allows me to do that?
You can turn the string into a number and then use the switch, give an example of how you would like to use that i make an example model.

 
Back
Top