Re: Syntax for OR
- Posted by ghaberek (admin) Mar 04, 2015
- 1626 views
petelomax said...
I believe the language construct you are looking for is
if find(seqConn[1],{1,3})!=0 then
The "!=0" could legally be omitted, but I think it clarifies the intent.
Came here to say this. Leaving satisfied.
-Greg