DeleteVar

Purpose

This function deletes a global variable or reference to an object that was created by CreateVar.  If the variable does not exist, the function does nothing.

Parameters

Parameter: name
Type: string
Description: This is the name of the variable.

Returns

None.