Open main menu
Home
Random
Recent changes
Special pages
Preferences
About MacroDroid Wiki
Disclaimers
MacroDroid Wiki
Search
User menu
216.73.216.127
Talk
Watchlist
Contributions
Log in
Changes
← Older edit
Control flow: Break from loop
(view source)
Revision as of 01:54, 13 February 2024
222 bytes added
,
01:54, 13 February 2024
m
no edit summary
Line 1:
Line 1:
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
−
This action
will
immediately
break out of
the
current
loop
and run
the
next
action after the loop.
+
This action immediately
interrupts
the loop
in which it is currently running.
−
If
this action is placed outside of a loop
then
it will be ignored.
+
The macro continues with
the
first
action
immediately
after the loop.
+
</pre>
+
<pre style="background-color: #FFFF99; color: #112A46; border-radius: 10px; padding: 10px;">
+
It is important to note that if
this action is placed outside
the context
of a loop
,
it
will have no effect and
will be
completely
ignored.
</pre>
</pre>
JosueGd
editors
1,599
edits