Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 19.0.0 ]
Solved! Go to Solution.
[ FlexSim 19.0.0 ]
Solved! Go to Solution.
In line 9 and 13 you use "==" when it should be "=".
"==" compares two values, "=" assigns the value on the right side to the variable on the left.