Announcement

Collapse
No announcement yet.

Boolean Functions

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Boolean Functions

    Hi,
    The main concept to remember when dealing with YES/NO dialog boxes is that they are used to set a variable. So if the user selects "yes" the variable is set to 'YES' and if the user selects "no" the variable is set to 'NO'. The default name of this variable is %MyVar%.
    So basically what you have to do is set up Boolean conditions based upon the users selection. Now if you only want an action to "fire" when the user selects "yes" then give that action the Boolean condition: "%MyVar% = YES". But if you only want an action to fire if the user selects "no" then give it the Boolean condition that: "%MyVar% = NO".

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

  • #2
    Boolean Functions

    Hi, I'd like to learn more about making things happen with Boolean logic. When I use the Dialog boxes how do I make a "yes" answer do one thing and a "no" answer perform a different function? I hear Boolean logic is some pretty basic stuff....but so am I and could use help.
    Thanks alot,
    cm

    Comment

    Working...
    X