MakeNonPersistent

(Engine-Level Function)

Description: Takes a variable and makes it not persistent.
Returns: Nothing
Usage: Script or steady state.
Function Groups: Compilation and On-Line Modifications, Variable
Related to: AddVariable | FindVariable | MakeNonShared | MakePersistent | MakeShared | PersistentSize
Format: MakeNonPersistent(Variable)
Parameters:  
Variable
Required. Any expression for the variable value. This value is typically returned from a FindVariable or an AddVariable call.
Comments: A persistent variable saves its current value on disk and is automatically restored upon restarting the module. This function will also make the variable not shared. See MakeNonShared for the results of making the variable a non-shared value. The variable will be removed from the persistent (.VAL) file as well.