I have a program that supports plugins , now i want to create a nice plugin system that checks which of the objects is in use when one is nothing it should use that object variable , its name is MyPlug , it is devined as :
Private MyPlug(99) As Object
how can i check if it is nothing? :S
