PDA

View Full Version : Missing and/ or



oeb
07-02-2009, 04:36 AM
I can't find a way to use the logical operators and/ or (i.e. "if [SBRELEASEID] = TEST1 and [SBRELEASEID] = TEST2" then...") - is there something I've missed or are they simply not available? This would be a great addition in that case, especially when working with several releases in one SB project.

linder
07-02-2009, 04:48 AM
Hello,

Compiler directive "if" statements do not support "and/or" (yet). Thank you for your suggestion.

But if [SBRELEASEID] = TEST1 and [SBRELEASEID] = TEST2 would not make sense.

The [RELEASEID] is either TEST1 "or" TEST2. "And" is not possible in this case.

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is Windows installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

oeb
07-06-2009, 03:02 AM
Thanks for responding. The example should have been "or" of course. I switched it to "and" without noticing it made no sense anymore ;).