+ Reply to Thread
Results 1 to 4 of 4

Thread: EDIT INI disable variable expansion

  1. #1

    Default EDIT INI disable variable expansion

    I'm wanting to edit an ini file and have the resulting file contain:

    VAR=%MYVAR%

    When I put this in the EDIT INI command, the compiler complains that the variable doesn't exist.

    How do I disable the variable expansion so that my resulting ini file contains VAR=%MYVAR%?

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: EDIT INI disable variable expansion

    Hello,

    Please try:

    VAR=%%MYVAR%%

    Does this help?

    Friedrich

  3. #3

    Default Re: EDIT INI disable variable expansion

    Yes it does!!! Thank you!

  4. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: EDIT INI disable variable expansion

    Perfect! You are welcome

    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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