Search

Clear a Jiffy variable

Articles

Use this function to reset the variable to its default type value (i.e., empty string for String and Text variables, 0 for Integer variables, no elements for List, etc.). The variable still exists in memory.

Syntax

Clear a Jiffy variable (variable_name)

Parameters

Input Parameter Name Description
variable_name Name of the variable to be reset

Sample

Clear a Jiffy variable (Destination)

  • Resets the Jiffy variable ‘Destination’ to empty, since the variabe is of String type.
Did you find what you were looking for?