I have the following variable:
VarX=700
I now need to write the name of VarX
into a txt file. So I'm thinking I need to create another variable and assign to it the name of VarX
and then write it to a file. How can I assign a name of a variable to a variable?