You may find that SELECT CASE produces wonderfully readable listings for us programmers, the final compiled code it produces isn't particularly compact.
Heaps of IF statements, although not particularly neat in listings, does however produce the most compact compiled code.
Experiment one way, then the other and make your own mind up.
Bookmarks