>>>>> "D" == David King Landrith <dlandrith / mac.com> writes: D> Is there any way to access the name of a given variable instance from D> within it? In other words, for any object x, is there C function to D> which I can pass self to determine that the program calls it 'x'? Well, with this a = b = 12 which is the name associated with the object 12 ? Guy Decoux