How to empty global variables? Solved by Martin

Post your questions and help other users.

Moderator: Martin

Post Reply
angelatwork
Posts: 186
Joined: 12 Feb 2014 01:45

How to empty global variables? Solved by Martin

Post by angelatwork » 21 Feb 2014 13:51

A really stupid question, but important.

If I for example download a flow with global variables from the forum, try it out, but do not wish to use it. Does the global value get erased from memory if I erase the flow? And if not, how do I capture global variables in flows that are erased?

Can I list all global variables on my phone with automagic? And if I don't want them in the memory anymore do I set them to zero or null, or what do I do?
Last edited by angelatwork on 24 Feb 2014 17:18, edited 1 time in total.
Best regards,
AngelAtwOrk

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: How to empty global variables?

Post by Martin » 21 Feb 2014 17:37

Global variables are not deleted when a flow is deleted. You have to manually remove the variables.
On the flow list: press Menu->Manage->Global Variables, long click a global variable and press the delete-icon in the action bar to delete the variable.

angelatwork
Posts: 186
Joined: 12 Feb 2014 01:45

Re: How to empty global variables?

Post by angelatwork » 21 Feb 2014 20:17

Thanks for telling me where to look :-)

I suspected you could not just erase them, since they are made to stay in memory.
Best regards,
AngelAtwOrk

Post Reply