jahboater wrote: ↑Sun May 31, 2020 6:40 pm
Its a good idea.
Thanks
In the past I've used techniques like this but not in C and I've no idea if C would support it:
Code: Select all
switch true
case a == b
do stuff
case a == c
do some other stuff
etc
I forget which language, probably VBA or BBC Basic V.