opcDestroySet
opcDestroySet(o_set) =>t/ nil
Description
Removes the set from memory and storage.
Arguments
Value Returned
Examples
Use the following commands to destroy mySet:
cv = geGetEditCellView()
set = opcFindSet(cv “mySet”)
unless(opcDestroySet(set)
info(“Set %s cannot be destroyed.\n” set~>name)
Return to top