not sure what you mean by AND OR

you can multiple booleans in series


if (len(fld 2) > 5) OR (len(fld 4) > 5)  OR (len(fld 6) > 5)
then
   do something
end if

or

if (len(fld 2) > 5) AND (len(fld 4) > 5)  AND (len(fld 6) > 5)
then
   do something
end if

or


if (a>b) and a>c) OR (d>b) and d>c)
then
   do something
end if





Hi Everyone

Is there a way to do an "and/or" in an if/then statement?
In other words can I get something like this statement to work

if len(fld 2) > 5 and or len(fld 4) > 5 then
   do something
end if
Thanks for your continuing support. I don't know how I'd manage without this
group sometimes.

Joe in Orlando


--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
  • and or? LunchnMeets
    • Re: and or? Stephen Barncard

Reply via email to