How can I get the name of an object that is passed by reference to a function?  

I want the object name of obj1 in this function.  (Excuse me if this is incorrect, I'm working on it.)

function fnct(obj1){
    set objectname = obj1._name;
}

I can't seem to get this.

- Thanks, Matt Small


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to