Re: How do you do an 'or' in an if statement



> Gees, dude, get a Pascal book :-)

Yep, will do :)

> if (s = '') or (s = 'CONSOLE:') or (s = 'console:') then
>
> This is required because boolean or has a higher expression priority than
> equals.

Yep, thought I had tried that ?

Aaron


.



Relevant Pages