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? 

]]>

3 Commentsto it’s possible to delete all the variables (bindings) created?

  1. Anonymous says:

    < ![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.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    I understood, thanks Pierre Hébert 

    ]]>

  3. Anonymous says:

    < ![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?

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *