Re: Suppressing Print
- To: mathgroup at smc.vnet.net
- Subject: [mg32670] Re: Suppressing Print
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 6 Feb 2002 03:41:21 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <a3lgfl$ndu$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, you can't do that with Print[], use Message[] and turn the messages on an off. Regards Jens Aaron wrote: > > Is it possible to suppress Print commands in a function. I have > written several functions, most of which have Print commands providing > feedback during the operation. A couple of these functions are called > in loops inside of other functions and I would like to suppress the > Print functions of these embedded function calls. > Thanks > Aaron