And sexy is what we aim for grin

A 'case' statement would likely be slower than 'goto' since it would require more parsing, whereas the goto implementation is pretty zippy and minimal.

Always nice to have standard programming constructs ie. 'for' and 'case' but if they're going to be slower than existing constructs eg. 'while' and 'goto' which provide more or less the same functionality...

Then again, using /goto is something I avoid myself... I'll move select/case higher up on the to-do list smirk