快速登录:  

Forum: VirtualDJ Technical Support

话题: text variable to filter_selectcolorfx
Hi. I need urgent help.
VDJScript
Save the text to the variable
set_var 'DeckColorFX' "Echo"
What notation do I use to save the variable to
filter_selectcolorfx <== 'DeckColorFX' ???
I need to work with a variable, not directly
filter_selectcolorfx 'xxx'
 

发表时间 Wed 21 Sep 22 @ 9:33 am
I'll just post it here too (from the FB group answer)

first
set_var 'DeckColorFX' "Echo"

and then
param_cast 'DeckColorFX' & filter_selectcolorfx

it works here at least :)
 

发表时间 Thu 22 Sep 22 @ 9:26 am