I need to store a list of variable names in a dictionary or list. I
then later need to retrieve the names of the variables and get the
values from the named variables. The named variables will already have
been created and given a value.
I hope thats clear!!!
How can I do this?
then later need to retrieve the names of the variables and get the
values from the named variables. The named variables will already have
been created and given a value.
I hope thats clear!!!
How can I do this?
Comment