This is probably a dumb question...

I've got a variable called 'showIt' wich contains the string "en1", but it sometimes changes to "en2" and "en3". I've got 3 variables which are named en1, en2 and en3. I want to make the variable called 'boring' contain the string from the variable that showIt defines. How do i do this?

Joel