You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I forget what variables I set in a task and have to refer back to the JavaScript to see what I named them. It'd be convenient if a variable was exporting containing that information.
For example, for a helper that does this:
Tasker.setLocalVariable('foo', [1,2,3]);
Tasker.setLocalVariable('bar', "this is wonderful");
Have it internally set jsdebug to:
JS set the following local variables:
Arrays: foo
Strings: bar
So in the Tasker task:
JavaScript action
calls above helper
Flash action
flashes %jsdebug
The text was updated successfully, but these errors were encountered:
Sometimes I forget what variables I set in a task and have to refer back to the JavaScript to see what I named them. It'd be convenient if a variable was exporting containing that information.
For example, for a helper that does this:
Have it internally set
jsdebug
to:So in the Tasker task:
%jsdebug
The text was updated successfully, but these errors were encountered: