CValueSet:delete


The delete method deletes an instance of the CValueSet class. Call the delete method when you are finished working with the class object.

Syntax

CValueSet:delete()

 

Example

 

S = CValueSet:new()

-- create a new instance of the CValueSet class.

  ...

-- do something with the CValueSet.

S:delete()

-- delete the object and its associated memory.

Related Topics

CValueSet class, new, Empty


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.