H
Hal Fulton
Is there anything wrong with this kind of solution?
case [x,y,z]
when [1,2,3] then #...
when [1,2,4] then #...
when [2,2,3] then #...
else ...
end
Just asking...
Hal
case [x,y,z]
when [1,2,3] then #...
when [1,2,4] then #...
when [2,2,3] then #...
else ...
end
Just asking...
Hal