Forum Moderators: coopster
I don't see anything wrong with using a lot of if statements in your code, but, you should try to find an alternative way of doing something before you go crazy. This depends, however, on what you are trying to accomlish. An example of this would be creating a decoder. Instead of doing an if statement for each possible character conversion, you can use arrays to your advantage.
Good luck!
eelix