custom button name = query
action = setting VDJScriptGlobalVariables & param_cast text & debug
this displays the list correctly
using it crashes VDJ
action = setting VDJScriptGlobalVariables & param_cast text & debug
this displays the list correctly
using it crashes VDJ
Posté Sat 11 Sep 21 @ 5:41 pm
why would you ever need to debug vars like that when you have var_list
also doesn't crash here.
also doesn't crash here.
Posté Sat 11 Sep 21 @ 5:49 pm
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
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
Posté Sat 11 Sep 21 @ 6:12 pm
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
we both know typing
set myvar
will make
m
my
myv
myva
myvar
so type the name and then insert set before the name
Posté Sat 11 Sep 21 @ 6:23 pm