Do you know if we can define global variables (either user or system) in Global Changes? I have been experimenting and can’t get it to work. User variables (&TMP, for example) seem to be reset at each activity, thus failing to carry the data over from the last one. Globalvariables that I can find, you only seem to be able to read, not write to.
I need this in the following format
Define variable X
X=1000
user number1 = X (for Activity ID A1000)
X=X+10 (now X value is 1010)
user number1 = X (for Activity ID A1010) and so on
Dinesh
I need this in the following format
Define variable X
X=1000
user number1 = X (for Activity ID A1000)
X=X+10 (now X value is 1010)
user number1 = X (for Activity ID A1010) and so on
Dinesh