Can anyone advise on how to delete function type variables. These have begun to clog up my Sandbox app (samples/examples) and my main project which has had many iterations in which i have created a bunch of different functions, some of which are no longer in use but they leave behind their variables in the variable list.
I suppose that works. Ideally, these get deleted when the function gets deleted. But this is a known bug. Ideally function variable would stay locally scoped and be deleted when you delete the function.
In my app/project. there are 11 “ghost variables”. These variables are not variables associated with a function, and they don´t have a “initialize variable block” associated. I can’t find a option to delete these these 11 “ghost” variables.
I copied my app/project and deleted all components and blocks. But the “ghost” variables are still there. Take a look….
I tried, but I couldn’t replicate the bug. But I believe it is associated with “copy and paste” a “initialize variable block” from one screen to other (I made this mistake in the beginning, and the variables became “crazy”). This bug also could be be associated with “Copy from My Screens” because some of these “ghost” variables are written in “portuguese language” and I’m not using Portuguese in my principal app, but I tested copy screens from another app/project that had variables in Portuguese and English.
How can I delete these “ghost variables” from my project/app?
I was actually looking for this delete option before I read this thread but it dissapeared on me. I though I must have been mistaken and that it never actually existed.
I created the variables with Initialize blocks.
But I deleted the screens where I created the variables.
I guess there is no way to delete variables in this case