Is there a way to have interchangable sets of variables?

Hi Vincent,

I was wondering if there is a way to have interchangable sets of variable values.  What I mean is... I want to be able to easily build different versions of the same application.  Say I build version 1, I go in and set some variables specific to version 1.  Then I build version 2, I have go to in and change the variables to be specific to vesion 2.  Now I need to go back and build version 1 again, but I have to go in and change all those variables values back to reflect version 1 needs.  Is there an easy way to save the variables and their values at a particular time, so I can later load that specific set later?

Thanks,

 

Kevin

Hi Kevin,

Using the ‘Save Variables to INI’ action would be the best way to achieve this, you can use a different ‘INI file section name’ for each version of your application.

Regards,
Paul.

Thanks Paul. I think that might be just what I need!

Kevin