
5.5.3.6. Delete Function
Delete Function
Deletes the specified variable from the file.
Syntax
Delete(doc, var)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
var variableReference Reference to the variable.
Returns
None
Comments
All the analysis windows are closed before executing this function.
Usage
NexScript
doc = GetActiveDocument()
var = GetVarByName(doc, "Event04")
Delete(doc, var)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 172
Komentarze do niniejszej Instrukcji