This seems strange. I get an error in the If...or statement if there is
no space between the or and the following parenthesis.
There is no problem for parenthesis-or: ")or"
just for: "or("
(minus the quotation marks!)If (a=c)or (a=b)do -->fine If (a=c) or (a=b)do -->fine If (a=c) or(a=b)do --->this one brings up an error-box Is it just me?
