I have a function that receives an object and I need to know the name of this object to determine the appropriate processing because I call the same function for a couple of objects. Is there a way to get the name of an object? Any help would be greatly appreciated.

Comment