This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- And Condition Syntax
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 23, 2008
12:08 PM
And Condition Syntax
Hi
I was wondering in a custom action when setting up a condtion what would be the correct syntax for an AND statement:
(REMOVE="" And QUESTION=1)
REMOVE="" And QUESTION=1
(REMOVE="") And (QUESTION=1)
QUESTION is a radiobutton group whose value I am reading.
I was wondering in a custom action when setting up a condtion what would be the correct syntax for an AND statement:
(REMOVE="" And QUESTION=1)
REMOVE="" And QUESTION=1
(REMOVE="") And (QUESTION=1)
QUESTION is a radiobutton group whose value I am reading.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 23, 2008
04:01 PM
Any of those should be fine, though I tend to use the form---
(PROP1="2") and (PROP2="1")
---to make it explicit.
To detect if a property is undefined, Not PROPNAME is another way to go.
(Why the angry face?)
(PROP1="2") and (PROP2="1")
---to make it explicit.
To detect if a property is undefined, Not PROPNAME is another way to go.
(Why the angry face?)