Hello everyone,
what I try to do:
add a command to my sequences that contains the cue number an sets a variable with a looped macro like this:
Cue 1 SetVar $colHe = 1
Cue 2 SetVar $colHe = 2
I tried
Assign Executor 99.3 Cue $count/Cmd="SetVar $colHe=$count"
but that can't work because $count comes out as text , so I tried the attached one, but that also doesn't work.
What's wrong with it? And: is there an easier way for my target?
Thanks a lot
Edited 2 time(s). Last edit at 02/04/2019 04:01PM by MF-VT.