Delete Variable

Deletes a variable from memory.

 

Input Arguments

 

0

String

Name

The name of the variable to remove.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The variable was deleted successfully.

FAILURE

The specified variable does not exist.

 

Remarks

None.