ClearVarMetaData

(Engine-Level Function)

Description: The opposite of SetVarMetaData, this statement  removes all metadata associated with a variable.
Returns: Nothing
Usage: Script Only.
Function Groups: Dictionary
Related to: GetVarMetadata | SetVarMetadata
Format: ClearVarMetadata(Var)
Parameters:  
Var
Required. Any expression giving the variable whose metadata base value is to be removed.
Comments: none