Hello,
a very simple question I guess but I just can't find the solution. I want to use the value of a variable as a modifier for goto_cue. So something like this:
set 'cuenumber' = 2 & goto_cue 'cuenumber'
I want to set the variable 'cuenumber' to 2 and than go to the cue point 2.
Thank you in advance
a very simple question I guess but I just can't find the solution. I want to use the value of a variable as a modifier for goto_cue. So something like this:
set 'cuenumber' = 2 & goto_cue 'cuenumber'
I want to set the variable 'cuenumber' to 2 and than go to the cue point 2.
Thank you in advance
Posted Tue 30 Jun 20 @ 11:19 am
Like this
set 'cuenumber' 2 & get_var 'cuenumber' & param_cast 'integer' & goto_cue
set 'cuenumber' 2 & get_var 'cuenumber' & param_cast 'integer' & goto_cue
Posted Tue 30 Jun 20 @ 9:16 pm