Difference between revisions of "Action: Delete Variable"

(Created page with "== About == <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action ca be used to delete a variable. </pre><br/> ==<p><b>Conf...")
 
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
You can select a local macro variable or any global variable.
 
You can select a local macro variable or any global variable.
 
</pre>
 
</pre>
 
==<p><b>Example</b></p>==
 
 
''''' In this way a time variable can be made. '''
 
<br>
 
 
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
 
Empty Trigger
 
</pre><br>
 
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
 
Set Variable
 
my_str: Temporary text. | The 'Create var now' box must be unchecked.
 
 
Wait 10 seconds
 
 
Delete variable
 
my_str  | You must define the name manually as the variable will not appear in the list.
 
 
</pre>
 
 
<pre style="background-color: #387F3D; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
 
</pre><br>
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
</pre><br>
 

Latest revision as of 19:19, 29 January 2024

About

This action ca be used to delete a variable.


Configuration available

Define manually

Allows you to manually enter the variable name or use magic text.

Variables

You can select a local macro variable or any global variable.