Ardenian
A
Ardenian
How do I transfer locals ?
I tried to
Trigger 1 has a
2. If I use the same name, is it transferred ? The second trigger runs within the first one
/ If I create both locals g and h in the second trigger, would it transfer the value of h in the second one ?
My approach would be to store the values in variables, but I need to transfer a lot of data from one trigger to another using locals.
I tried to
-
set g = h
Trigger 1 has a
-
local integer h
-
local integer g
2. If I use the same name, is it transferred ? The second trigger runs within the first one
/ If I create both locals g and h in the second trigger, would it transfer the value of h in the second one ?
My approach would be to store the values in variables, but I need to transfer a lot of data from one trigger to another using locals.