My experience has been that the if then uses less code space than select case. I had a program with a ton of if then statements in a menu and I was running low on program space so I switched all of them over to select case statements and it compiled using more code space. I went back to if then.
Bookmarks