From: John Joyce Date: 2007-05-06T05:56:14+09:00 Subject: How can I output an object/variable's name? Suppose I have an object : a = 3 I want to output the name a and the contents 3 Outputing the contents is no problem. Is there a method to output the name of the variable (object)