View Single Post
Old Jun 15th, 2007, 12:53 PM   #6
MR.T
Newbie
 
MR.T's Avatar
 
Join Date: Feb 2006
Location: USA,Michigan
Posts: 22
Rep Power: 0 MR.T is on a distinguished road
hmm, I I don't think I explained what I am trying to do very well. I guess what I am asking is kind of similar to unpickling. Let me try again to explain.

joe = "this is what I want to print"
bob = ["joe"]
print bob[0]

This would print the word "joe", but I want to actually print the value of joe which is "this is what I want to print". Is this possible?
__________________
"Gee, Brain, what do you want to do tonight?" "The same thing we do every night, Pinky: Try to take over the world!"
MR.T is offline   Reply With Quote