|
[Date Index]
[Thread Index]
[Author Index]
Overriding Mathematica function Print
- To: mathgroup at smc.vnet.net
- Subject: [mg64252] Overriding Mathematica function Print
- From: Sascha Kratky <notvalid at notvalid.com>
- Date: Wed, 8 Feb 2006 03:53:41 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I need to override the built-in function Print, because I have to
capture the output generated by Print. I am sending the following
definitions to the Mathematica kernel:
Unprotect[ Print ];
Print[ args___ ] := ...
Once I have overridden Print, how can I later restore the original
built-in function?
Thanks,
Sascha
Prev by Date:
Re: Defining a derivative that distributes for a function
Next by Date:
Re: MathGL3d and Mathematica 5.3
Previous by thread:
Re: Using Map with a function of more than 1 argument
Next by thread:
Problems with With/Block/Module functions
|