Hi Rick
Jon is correct, but if you really wanted to, OR would look like this
If condition1 then
begin
--dothis
end
else if condition2 then
begin
--dothis
end
But that is just for completeness sake, don't know why would you want to do it like this
Hi Rick
Jon is correct, but if you really wanted to, OR would look like this
If condition1 then
begin
--dothis
end
else if condition2 then
begin
--dothis
end
But that is just for completeness sake, don't know why would you want to do it like this