Hi,
Is there a function that returns the name of the variable rather than its contents.
For example.
T = 1
R= 2
S= 3
P = (T, R, S)
Is there a fucntion that if I do function(T) it will return T?
Solved! Go to Solution.
Is the error message true?