>>>> import sys >>>> sys.__stdout__.write( 'string' ) >string>>> Ah, yes. This I remember. Out of curiousity, is the "," at the end of print a new thing? C//