Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    3

    Negating session variable

    I have a session variable that reads a check box from the screen. I use this value to an ini file, which sets it as True if checked. I actually want to write the negated value, in other words, False if True.

    In the action properties for After installation how can I negate %myvalue% in the Value data edit box? I tried ! or not, but they get written verbatim. I could not find anything about this in the userguide.pdf.

    Also, is there a way to read a check box value from the screen as a 0/1 instead of False/True?

    Thank, Tom.

  2. #2
    Join Date
    Jun 2006
    Posts
    3
    Got it, in the after installing I added an assign value variable evaluating the expression
    %myvalue% = 0

    Tom.
    Last edited by trilogycomms; 06-26-2006 at 10:21 AM.

Similar Threads

  1. Replies: 1
    Last Post: 06-11-2006, 02:33 AM
  2. Eearliest point to initialize custom session variable
    By Se7en in forum Setup Factory 7.0
    Replies: 0
    Last Post: 03-15-2006, 08:12 AM
  3. Built-in global variable vs session variable
    By Sergio_S in forum Setup Factory 7.0
    Replies: 4
    Last Post: 05-26-2005, 11:05 AM
  4. Session Variable for different users
    By renato in forum Setup Factory 7.0
    Replies: 5
    Last Post: 05-19-2005, 12:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts