"M. Adam Davis" wrote: > :CopyVar #"varB",#"MyVar" > Creates or overwrites variable MyVar, and put the contents of varA into it. Sorry, I should have written: Creates or overwrites variable MyVar, and put the contents of varB into it. ie, MyVar now contains "varA". -Adam