Forum Discussion
pmartin66
14 years agoOccasional Contributor
or, just don't use an OR statement
write and If/Then for each case. even nest it if it makes sense. or implement it with a switch statement.
write and If/Then for each case. even nest it if it makes sense. or implement it with a switch statement.