cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
plopez
Level 2

Setting variables' values

Hi,
I'm using the following three actions of type "Set InstallAnywhere Variable - Single Variable":
1st:
Variable name: TEST
Variable value: hello

2nd:
Variable name: TEST_TWO
Variable value: $TEST$

3rd:
Variable name: TEST
Variable value: bye

After these assignments both TEST and TEST_TWO variables hold the value "bye"

Is there a way to copy the value in TEST into another variable so that I can overwrite it? Or the only option here is to write some custom code?

PS: I'm using InstallAnywhere version 8.0
Thanks
Labels (1)
0 Kudos
(1) Reply
plopez
Level 2

Couldn't find a way to do that without a plugin,
Found this plugin that works fine for this purpose:

http://www.flexerasoftware.com/downloads/customcode/PassByValue.zip
0 Kudos