is there a way to combine OR andAND comparisations within one--=====================_309030500==.ALT-- Associated Messages, from the most recent to the oldest:
definition?
wanted:
[if ("a"="a") | (("a"="b") &("b"="b"))]
[then]
yes
[/then]
[/if]
with the code I know I'd need to write:
[if ("a"="a")]
[then]
yes
[/then]
[else][if("a"="b") & ("b"="b")] [then] yes [/then] [/if]
[/else]
[/if
Thierry
|
is there a way to combine OR andAND comparisations within one--=====================_309030500==.ALT-- Gary Krockover
definition?
wanted:
[if ("a"="a") | (("a"="b") &("b"="b"))]
[then]
yes
[/then]
[/if]
with the code I know I'd need to write:
[if ("a"="a")]
[then]
yes
[/then]
[else][if("a"="b") & ("b"="b")] [then] yes [/then] [/if]
[/else]
[/if
Thierry
DOWNLOAD WEBDNA NOW!
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...