You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So with the usual swith-case to handle the parse tree (do something with it), I'm having trouble seeing how to branch based on these long names. One solution I had was a pre-switch if-then statement that checked if "SomeText" is a substring of the name. I'm not liking this solution!
The text was updated successfully, but these errors were encountered:
So with the usual swith-case to handle the parse tree (do something with it), I'm having trouble seeing how to branch based on these long names. One solution I had was a pre-switch if-then statement that checked if "SomeText" is a substring of the name. I'm not liking this solution!
The text was updated successfully, but these errors were encountered: