Another programming question

Yeah, need quotes and caps, so it's...

Case "A", "a",...

Could you just do one 'UCase' of the string you're looking at so you wouldn't have to do the lower case comparison too?
 
Also depends if you want another line of code or not. I wrote one program that had a crap-ton of cycles to it, and I needed to get the code as simple as possible. I ended doing a lot of table manipulation by hand before running the code. For something small, sure, convert the case, to upper or lower and check it.
 
Back
Top