NOTHING COMO TESTA-LO?
Existe alguma coisa pra testar se um Objeto esta como Nothing
tipo um IsNothing da vida,
Tentei IsEmpty, IsNull, Até IsObject, mas nao rolo legal
alguem sabe como fazer???
tipo um IsNothing da vida,
Tentei IsEmpty, IsNull, Até IsObject, mas nao rolo legal
alguem sabe como fazer???
Não serviria saber o estado dele? se aberto ou fechado por exemplo?
tipo... objeto.State = 1 '( 1 qr dizer que está aberto)
tipo... objeto.State = 1 '( 1 qr dizer que está aberto)
if objeto is nothing then
MsgBox "O objeto não foi inicializado"
end if
MsgBox "O objeto não foi inicializado"
end if
If not(objeto is nothing) then
msgbox "Esta definido !"
end if
Tópico encerrado , respostas não são mais permitidas