or operator
What would be the correct coding syntax for the following:
If a = x then
(instructions)
or If b = x then
(instructions)
or If c = x then
(instructions)
or If d = x then
(instructions)
or If e = x then
(instructions)
or If f = x then
(instructions)
Endif
Any help would be appreciated,
Ed
|