Fulltext results:
- ah_index @tasker:docs:en:help
- the device has been restarted.<br/><br/>See also: variable %AIRR. <H4>Alarm Volume</H4>Alarm volume level.<... ray Clear</H4>Remove all the elements of an array variable. <H4>Array Pop</H4>Remove an element from an arr... ar is set, the 'popped' value is assigned to that variable.<br/><br/>Note: a variable clear or set broadcast is only done for the specified array index.<br/><br/>See
- variables @tasker:docs:en
- <HTML> <HEAD><TITLE>Tasker: Variables</TITLE></HEAD> <BODY> <H2> Variables <IMG style="float:right" SRC="icon_tasker.png"/> </H2> <H4>General</H4> A variable is a named value which changes over time e.g. the... y, the time of day. <P> When Tasker encounters a variable name in a text, it replaces the name with the cur
- activity_main @tasker:docs:en
- ng blocks': <I>Profiles, Tasks, Scenes</I> and <I>Variables</I>. <UL> <LI>Main Tabs <UL> <LI><A HREF="#... <LI><A HREF="#scenes">Scenes</A> <LI><A HREF="#variables">Variables</A> </UL> <LI><A HREF="#action">Action Bar</A> <LI><A HREF="#menus">Menus</A> <LI><A HREF="... as sorting. </P> <!-- __________________________ VARIABLES _________________________ --> <A NAME="variabl
- javascript @tasker:docs:en
- >Introduction</A> <LI><A HREF="#localvars">Local Variables</A> <LI><A HREF="#globalvars">Global Variables</A> <LI><A HREF="#array">Arrays</A> <LI><A HREF="#settin... n sequence with the other actions in the task and variables are transparently converted so pieces of JavaScr... interface. </P> <A NAME="localvars" /> <H3>Local Variables</H3> <P> In <CODE>JavaScript(let)</CODE> action
- flowcontrol @tasker:docs:en
- he following Tasker elements: <UL> <LI><A HREF="variables">variable</A> values <LI><A HREF="#condition">conditions</A> on individual actions <LI><I>If / Else / En... Less Than</I> (<)<BR> Both parameters (after variables are substitued) must be numbers or mathematical ... 't Set</I> (Set/!Set)<BR> Whether the specified variable has a value or not. </UL> <P> Expressions which
- sh_index @tasker:docs:en:help
- om is not.<br/><br/>See Also: action Misc / Test, variables %CALTITLE, %CALDESCR, %CALLOC <H4>Call</H4>Ther... nge of beats per minute (BPM).<br/><br/>See also: variable %HEART. <H4>Humidity</H4>The relative ambient air humidity in percent.<br/><br/>See also: variable %TEMP. <H4>Keyboard Out</H4>The physical keyboar... more sensitive than the edge.<br/><br/>See Also: variable %MFIELD. <H4>Media Button</H4>One of the media b
- java @tasker:docs:en
- ogle</A>. </P> <H4>Example</H4> <OL> <LI><CODE>Variable Set</CODE>, %service, wifi <LI><CODE>Java Functi... bled. </P> <P> Action 2 demonstrates that Tasker variables can be used in Java function calls. <I>wiman</I>... subsequent actions. <I>CONTEXT</I> is also such a variable but is built-in and always accessible to <code>Ja... va Function</CODE> can also be assigned to Tasker variables. Since all Tasker variables are strings, some co
- Tasker Variables @watchmaker:tasker:variables
- ===== Tasker Variables ===== There are tricks to using Tasker variables in Watchmaker. I learnt this the hard way and after much... be too lost! ===== How to use them ===== Tasker variables that are sent to Watchmaker are prefixed with a **t** and enclosed around **{ }**. All variable names are converted to lowercase, so bare this in
- eh_index @tasker:docs:en:help
- atory actions like setting the initial values for variables.<br/><br/>If it's necessary to ensure that resul... ing the binary data represents a string) with the Variable Convert action. <H4>Received Text</H4>A text mes... et with the specified task name has changed. <H4>Variable Cleared</H4>The user variable (not built-in) with the specified name (or any name if blank) has just been c
- faq-how @tasker:docs:en:faqs
- sest you can get is to detect changes in a volume variable (e.g. %VOLR for the ringer volume) via event Variable Set. </P> <!---------------------------------------... e <I>Wifi Connected</I> to set and clear your own variable with an enter and exit task respectively. <P> An... d</CODE> or <CODE>connection</CODE> in the %WIFII variable (the actual word and lower/upper case changes wit
- ah_set_variable @tasker:docs:en:help
- e" content="text; charset=utf-8"></head><body><H3>Variable Set</H3><P>Set the variable Name to the value To.<br/><br/>Name can be any desired string, however it's adv... br/><br/>Names all in lower-case are <i>local</i> variables which are only visible in the current task.<br/><br/>If Recurse Variables is checked, all variables mentioned in the To pa
- sh_variable_value @tasker:docs:en:help
- e" content="text; charset=utf-8"></head><body><H3>Variable Value</H3><P>The named user-defined variable matches the specified operator and value.<br/><br/>See the use... state can also trigger on some 'dynamic' built-in variables: see the <i>Variables</i> section of the Userguide for details.<br/><br/>Warning: if you want to trigger o
- ah_split_variable @tasker:docs:en:help
- e" content="text; charset=utf-8"></head><body><H3>Variable Split</H3><P>Split the value of the given variable into several sub-variables.<br/><br/>Each time Splitter is encountered in the variable value, a new variable is made with name %VARX.<br
- Watchmaker @watchmaker
- so I have 4-5 years of experience to share. ==== Variables ==== Watchmaker can receive variable and variable contents from Tasker. This includes things like your SMS content, last call data, name of WiFi... , can be fed to Watchmaker. [[:watchmaker:tasker:variables:|Handle variables]] A variety of tricks I use t
- HTML Read @tasker:plugins:joaomgcd:autotools:htmlread
- he information, a file on your local storage or a variable containing HTML. If it is a URL from a webpage, i... ssqueries|More information on CSS Queries]] ==== Variable names ==== Our CSS Queries could end up becoming very long and daunting to look at. In turn, the variables AutoTools will generate may be equally as long a... multiple search, comma separated, simply give the variables an equal amount of comma separated names. ====