Unable to see user variable

I defined a user variable named bResult and set to 1 however I am unable to access it ( using Set Variable action )in the first catch . All i can see are the environment variables but not the user variable i defined earlier .

Additionally how do i assign a variable the return value of an action ?

Does FinalBuilder generate some export that can be used to run the process on a machine that does not have final builder ? . in other process does every machine need to have final builder to run it.


build.zip (22.12 KB)

Hi

User variables are stored on the machine(and are specific to each user), not as part of the project file. If you moved the project to another machine, or are running it under another user then the variable would need to be redefined.

You can use the AfterAction script event to assign the action result (true or false) to a variable, e.g :

MyVariable = ActionResult

As for running FinalBuilder projects on other machines, you will need to install FinalBuilder on those machines.