How can I assign the VALUE of a variable to another variable?
I want to assign Records(0) To LastNumber. The value for Records(0) is say 1357, but now it stores {Records(0)} in Lastnumber. Which works IF I keep Recordss, but I'd rather delete Records as it is a complex variable (and I only need that number).
Hope someone has a bright idea....
Assign variable VALUE to another variable
Assign variable VALUE to another variable
Use "Set variable" action
put LastNumber into "Variable name" field
put {Records(0)} into "Variable value" field
And check "Expand variable value" checkbox.
In this case the action expands the expression first and next assign the result to variable.
put LastNumber into "Variable name" field
put {Records(0)} into "Variable value" field
And check "Expand variable value" checkbox.
In this case the action expands the expression first and next assign the result to variable.
Assign variable VALUE to another variable
Thanks!! I missed the checkbox.
Once again, great support on a great product!
Kees
Once again, great support on a great product!
Kees