Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: An example of what kills VDJ
NicotuxHome userMember since 2014
custom button name = query
action = setting VDJScriptGlobalVariables & param_cast text & debug

this displays the list correctly
using it crashes VDJ
 

geposted Sat 11 Sep 21 @ 5:41 pm
locoDogPRO InfinityModeratorMember since 2013
why would you ever need to debug vars like that when you have var_list
also doesn't crash here.
 

geposted Sat 11 Sep 21 @ 5:49 pm
NicotuxHome userMember since 2014
was testing which settings are refused, readable only or read write ;)

this crashes depending on size (number of existing variables) that can becomes crazy due to custom button creating a new variable every time a letter is added to name when scripting a name
 

geposted Sat 11 Sep 21 @ 6:12 pm
locoDogPRO InfinityModeratorMember since 2013
I clear mine pretty often,
we both know typing
set myvar
will make
m
my
myv
myva
myvar

so type the name and then insert set before the name
 

geposted Sat 11 Sep 21 @ 6:23 pm