Hi ev'one!
A newbie question:
I have a list of some twenty variables that have to be shown one or another depending on the circumstances. These variables are named topic1, topic2, topic3... topicn. My idea is to have dinamically stablished the name acording to the circumstances, like:
topicFinal = "topic" & n
and using topicFinal as the variable to be made visible, to change, etc.
Is that possible? Is there another way? Is too much newbie a question?
Thanks!
rahms