Hi everyone,
I tried to check before set an object is nothing so I did the following:
If Not isNULL(Executor) then
Executor.Close 'error here
set Executor=nothing
End If
or
If Not isObject(Executor) then
Executor.Close 'error here
set Executor=nothing
End If
But it always give me the error, object required, but I
checked already, did I? and it keeps saying object required?
I tried to check before set an object is nothing so I did the following:
If Not isNULL(Executor) then
Executor.Close 'error here
set Executor=nothing
End If
or
If Not isObject(Executor) then
Executor.Close 'error here
set Executor=nothing
End If
But it always give me the error, object required, but I
checked already, did I? and it keeps saying object required?