it’s possible to delete all the variables (bindings) created?
it’s possible to delete all the variables (bindings) created?
P.S. it’s just for curiosity 😉
P.P.S. if yes, how?Â
]]>
< ![CDATA[
Variables can be “canceled” by setting their value to null using LL.setVariableBoolean/Integer/etc or the VariableEditor. If they are not used anymore LL will forget about them on the next app restart (not before). But as soon as a variable is referenced somewhere it is recreated. There is no way yet to enumerate variable names.
Bindings cannot be accessed through scripts yet, but this will be possible in a future update.
]]>
< ![CDATA[
I understood, thanks Pierre HébertÂ
]]>
< ![CDATA[
Pierre Hébert​, sorry, another little question.
I want to use the content of a variable in a script. So I use getVariables method to get all the variables and I have assigned them to a var. How can I get the specific variable that I need?
]]>