Re: Switch question - yet again!
- Posted by Spock Sep 28, 2016
- 10932 views
Try replacing the switch/case block with a normal if block.
If it works perhaps you could do the same replacement _everywhere_ in your code.. and discover, strangely, that your programs all seem to be working better..
Spock