mudcat #1 if I call an object that doesn't exist,I'll get an error,how do you check that there is an object bwefore calling on it?thanks,mudcat
Koriolis #4 You don't "call an object". You call a method on a given object. Which fails if the object is null. how?if trock.create()<>null? No, like thisif myobject<>null then...