is it possible to have this:
even for “unused” variables so they can be deleted after some test?
thx
is it possible to have this:
even for “unused” variables so they can be deleted after some test?
thx
I would love this. To give more detail, when we’re testing/doing new things, we make new variables. But later on we might change the way we do it and not need those variables anymore.
My current method for finding unused variables is to give any variable I think might be unused, a very unique name and then do a search for that name in the events. But there can be multiple external events sheets etc and it would be much easier if they were automatically listed.