How to Terminate Merlin

N

Nik

Guys,
Can you tell me how to destroy merlin. I created him via $Variable =
CreateObject ("agent.control.2"). is there a value instead of CreateObject
to destroy or kill merlin. :)
Thanks
Nik
 
T

Tony Jollans

Does Set $Variable = Nothing destroy it/him cleanly? If not, there must be a
method of the agent.control.2 object to use to terminate it first (but I
have no idea what it might be - Quit, perhaps?)
 
Top