Fulltext results:
- ah_index @tasker:docs:en:help
- removed.<br/><br/>If To Var is set, the 'popped' value is assigned to that variable.<br/><br/>Note: a va... r/><br/>Squash removes array indices for which no value is assigned e.g. if %var1=one and %var3=three, sq... tion of the Userguide. <H4>Array Set</H4>Set the values of an array from a preset list of Values.<br/><br/>The values are split by Splitter, or whitespace if n
- variables @tasker:docs:en
- /> </H2> <H4>General</H4> A variable is a named value which changes over time e.g. the level of the bat... in a text, it replaces the name with the current value of the relevant variable before carrying out the ... %fruit_bar) are <I>local</I>, meaning that their value is specific to the task or scene in which they ar... ing that wherever they are accessed from the same value is returned. </P> <H4>Built-In Variables</H4> <
- javascript @tasker:docs:en
- gn (e.g. <B>myvar</B>). If the script changes the value, the new value is transparently used by subsequent actions in the task. </P> <P> The values of new (all lower case) variables declared in Ja... ersionType )</CODE> <P> Convert from one type of value to another. </P> <P> <I>conversionType</I> must b
- flowcontrol @tasker:docs:en
- ents: <UL> <LI><A HREF="variables">variable</A> values <LI><A HREF="#condition">conditions</A> on indi... /!Set)<BR> Whether the specified variable has a value or not. </UL> <P> Expressions which are not math... 4,2</B>) <LI>a numeric range defined by variable values e.g. <I>2:%end:%skip</I>, <I>1:%arr(#)</I> <L... the array %arr. </P> <P> <B>Warning</B>: the <I>Values</I> parameter in the loop is reevaluated with ea
- java @tasker:docs:en
- >Using The Action <LI>Parameters <LI>Return Values </UL> <LI><A HREF="#objects">Objects</A> <U... d Global <LI>Built-in Objects <LI>Assigning Values <LI>Other Actions Supporting Objects </UL> ... d them to be. </P> <LI>if the function returns a value, you can enter a Java <A HREF="names">object name... /> <H4>Parameters</H4> <P> If you don't enter a value for a parameter, <CODE>null</CODE> will be used f
- Arrays @tasker:plugins:joaomgcd:autotools:arrays
- Arrays ==== Arrays used here will be treated as values pertraining to a single entity. For example, if ... example, if you have the %names() array with the values John,Anne and the %ages() array with 23,17 that ... can be something like the %names() array with the values John,Anne and the %ages() array with 23,17. If t... can be something like the %john() array with the values John,23 and the %anne() array with Anne,17. This
- sh_index @tasker:docs:en:help
- level is within the specified range.<br/><br/>The values are inclusive i.e. 37-38 specifies a range with 2 values. <H4>Calendar Entry</H4>An Android Calendar ent... specified range of degrees celsius.<br/><br/>The values are inclusive i.e. 37-38 specifies a range with 2 values. <H4>Display Orientation</H4>Whether the screen
- maths @tasker:docs:en
- ctions</H5> <P> Trigonometric functions expect a value in radians. </P> <P> Functions take their argumen... /P> <UL> <li><B>abs</B> - absolute value <li><B>acos</B> - arc cosine; the re... cube root <li><B>ceil</B> - smallest value that is greater than or equal to the argument and... - Euler's number e raised to the power of the value <li><B>expm1</B> - <i>e</i><super>x</
- activity_elementedit @tasker:docs:en
- HREF="#itemselect">Item Select</A> <LI><A HREF="#value">Value Selected</A> <LI><A HREF="#itemtap">Item Tap</A> <LI><A HREF="#stroke">Stroke</A> <LI><A HREF=... nt will also occur if an action (probably Element Value) sets the element. </P> <P> Most events consist... ion Scene / Element Add GeoMarker </UL> <A NAME="value" /> <H4>Value Selected</H4> Elements: <I>Number
- ah_inc_variable @tasker:docs:en:help
- </head><body><H3>Variable Add</H3><P>Increase the value of the variable Name.<br/><br/>The value is increased by the integer Value.<br/><br/>If the variable does not contain a numeric value (e.g. 3) this action has no effect and a warning
- element_picker @tasker:docs:en
- 2> <H4>About</H4> Allows selection of a numeric value from a specified range. Above and below the selec... ents</H4> <UL> <LI><A HREF="activity_elementedit#value">Value Selected</A> </UL> <P> Note that the Value Selected event will only fire when scrolling has <B>finished
- ah_scene_element_value @tasker:docs:en:help
- nt="text; charset=utf-8"></head><body><H3>Element Value</H3><P>Set the value of a scene element.<br/><br/>Applies only to CheckBox, Number Picker, Slider, Spinn... er and Toggle elements.<br/><br/>For a CheckBox, value should be 0 (off) or 1 (on).<br/><br/>For a Spinner, the value is the index of the item to set.<br/><br/>The sce
- faq-problem @tasker:docs:en:faqs
- . 300ms. If that doesn't work keep increasing the value until it does. </P> <P> That gives the applicatio... action in the enter task to see what the original value was. <LI>some other apps installed on the system ... future, Tasker will have some concept of default values which will then be restored when it starts after... A user discovered that this happens when the DPI value of the Android build is set to particulart values
- settings @tasker:docs:en
- tting is applied by the profile's Enter Task, its value is restored after the profile becomes inactive ag... ive simultaneously: <OL> <LI>the setting has the value from the <B>most recently activated</B> profile ... ll</B> profiles are inactive, the setting has the value from before <B>any</B> profile was active </OL> ... the profile will never save the setting's initial value. <LI>settings changed in an <I>instant profile</
- intents @tasker:docs:en
- e form of a single <B>colon-separated</B> key and value. </P> <P> If the value can be parsed as an integer, long (integer ending in L), floating point number, d... e/false) it will be treated as one. </P> <P> The value can also be forced to a simple type (long etc) or... e</CODE>) </P> <P>If none of the above apply, the value will be treated as a <CODE>String</CODE>. <P> Ex