ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#1
|
||||
|
||||
4.5 bug with switch statement
In version 4.5 we have found a bug with the new flexscript parser regarding switch statement. The following code will not execute properly:
Code:
switch(33) { case 1: pt("1");break; case 33: pt("33");break; } We hope to have a bug-fix release ready by the end of February, which will include this fix. |
The Following 13 Users Say Thank You to Anthony Johnson For This Useful Post: | ||
Tom David (02-11-2009) |