Lokman
2012-07-24 06:43:46 UTC
I don't know if I ask the right question or not.
Here is the problem: There is a list of variables. The user will enter the number, then it will display the name of the variable, not the value.
eg:
AA = 1;
BB = 2;
CC = 3;
DD = 4;
the user will enter the number : 3
it will display : the name of the variable is "CC"