Is there a class for getting a variable name
I want to print automatically the name of a variable from its values.
[83 byte] By [
dupsy] at [2007-9-26 2:34:49]

what do you mean? Are you wanting to know if it is a String or an int or a float? Or do you want to know the actual name of the variable from your source code (ie: myInt, myFloat, etc.).