Getting data in chop exec

HI all

i wanted to rewire some components according to some varying values, using a script and the the opwire command.
I merge 4 lfo that i linked to a ChopExec. as i have 4 lfo i receive 4 “information change” on each frame . The script is executed 4 times.

please see below what i receive on each frame.

1:change
2:/project1/container1/in1
3:-0.669131
4:chan1

1:change
2:/project1/container1/in1
3:0.357387
4:chan2

1:change
2:/project1/container1/in1
3:0.0502803
4:chan3

1:change
2:/project1/container1/in1
3:-0.864973
4:chan4

Is their a way to receive the 4 values in one time ? something like :
1:change
2:/project1/container1/in1
3:-0.669131
4:0.357387
5:0.0502803
6:-0.864973

if no, is their a global variable local to the script ? so i can accumulate the 4 values and finaly launch my script when i have the 4 values?

Thanks

The CHOP Execute DAT doesn’t have the feature that would make it execute once per frame.

DAT Execute DAT does have the feature you need. So convert the CHOP to a DAT using CHOP to DAT (make it Output Row per Channel, and Include Names). Send that to a DAT Execute DAT with your script in it.