From: Oliver Date: 2007-11-21T03:50:06+09:00 Subject: save pp output to a string hi, folks - how do I save the output from pp to a string for later use? what I had hoped for is something like this: x= [2, 3,4] res = eval "pp x" but that doesn't work. thanks for help Oliver