I am not sure. I want to display the club, address or nfa details if
one or more of them contain(s) values.

if not (p or q or r): does exactly that.
not (0 or 0 or 0) evaluates to true in all other cases it evaluates to
false.

The other option would be to only display the details if club, address
and nfa all contain values

if (p and q and r) would accomplish that (1 and 1 and 1) evaluates to
true.


But that doesn't make any difference to the ticket being issued.


Kind regards,

Annet.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to