Difference between revisions of "Action: Clear Variables"
(Created page with "This action can be used to clear one or more variables to an empty state. * String variables will set to an empty string. * Numerical variables will be set to zero. * Boolean...") |
|||
Line 1: | Line 1: | ||
+ | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
This action can be used to clear one or more variables to an empty state. | This action can be used to clear one or more variables to an empty state. | ||
Line 4: | Line 5: | ||
* Numerical variables will be set to zero. | * Numerical variables will be set to zero. | ||
* Boolean variables will be set to false. | * Boolean variables will be set to false. | ||
+ | </pre> |
Revision as of 19:24, 29 January 2024
This action can be used to clear one or more variables to an empty state. * String variables will set to an empty string. * Numerical variables will be set to zero. * Boolean variables will be set to false.