%var = "stuff"; ?
What are you actually trying to do here?
I mean.. Creating a variable out of a string. Like.. If I had generated 10 brick studs up with I++;, then how would I make a variable for each I that exists? The only way I can think of doing this is making a code that makes a word named "Brick", "Brick1", "Brick2", etc. for each count..