Description
DestroyIdent() is used to destroy a previously defined identifier, such as a variable, function, or type.
Call Signature
void DestroyIdent ( identifier/string target_ident )
Return Value
void
This has no return value.
Argument
identifier/string target_ident:
The identifier to destroy or the name of the identifier in quotes.
Example
The following creates and destroys a local variable.
local integer a call DestroyIdent( "a" )
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.