I have a very long IF Statement that doesn't seem to be working. What is the proper way to code this:
Code:if (c == 'A' || c == 'B' || c == 'C' || c == 'D' || c == 'E' || c == 'F' c == 'G' || c == 'H' || c == 'I' || c == 'X')
Josh Stevanus
jrstevan@svsu.edu



LinkBack URL
About LinkBacks



wow i missed that my self. good eye. Im pretty sure that would fix your problem. 