1
Completed

Query set variables

I would like to query, at random, which variables I have set and fill an array with their names and values. "Test Tasker" will show me the variable names, but not their assigned values. 

My idea is to create a permanent notification that I can view at any time to see what variables I have set and what their values are.

2 replies

SB

Hi Joao,

I know this isn't a forum and I'll move if you like. I'm not successful at this. I've checked the tasker userguide on variables and I've read the small part on the %% prefixes, but it's not clicking with me.

I've created the for loop and for each %variable, search % and replacing with nothing. Flashing %%variable and it isn't initialized. In the variable search replace do I need to store the result in something?

Thank you for your hard work!

You can get a variable value by doing this:

  • Test Tasker -> Global Variables into %variables
  • For each variable "Search Replace" % and replace with nothing
  • Get variable value with %%variable

Hope this helps! :)