Re: Stopping a fucntion from printing its output on screen

2007-10-18 Thread Paul Hankin
On Oct 17, 3:57 pm, sophie_newbie <[EMAIL PROTECTED]> wrote: > Hi, in my program i need to call a couple of functions that do some > stuff but they always print their output on screen. But I don't want > them to print anything on the screen. Is there any way I can disable > it from doing this, like

Re: Stopping a fucntion from printing its output on screen

2007-10-17 Thread MRAB
On Oct 17, 4:01 pm, Jeremy Sanders wrote: > sophie_newbie wrote: > > Hi, in my program i need to call a couple of functions that do some > > stuff but they always print their output on screen. But I don't want > > them to print anything on the screen. Is there any way I can disable > > it from doi

Re: Stopping a fucntion from printing its output on screen

2007-10-17 Thread Steven D'Aprano
On Wed, 17 Oct 2007 07:57:04 -0700, sophie_newbie wrote: > Hi, in my program i need to call a couple of functions that do some > stuff but they always print their output on screen. But I don't want > them to print anything on the screen. Is there any way I can disable it > from doing this, like re

Re: Stopping a fucntion from printing its output on screen

2007-10-17 Thread Jeremy Sanders
sophie_newbie wrote: > Hi, in my program i need to call a couple of functions that do some > stuff but they always print their output on screen. But I don't want > them to print anything on the screen. Is there any way I can disable > it from doing this, like redirect the output to somewhere else?