InputForm
- To: mathgroup at smc.vnet.net
- Subject: [mg6182] InputForm
- From: marliesb at sci.kun.nl (Marlies)
- Date: Thu, 27 Feb 1997 02:52:47 -0500
- Organization: University of Nijmegen, The Netherlands
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I have the following problem:
I defined a function like:
SomeFunction[arg1_,arg2_]:=
Module[{},
(* somestatements *)
Return[InternalRepresentation[arg1,arg2,DefaultValue]];
]
(also an overloaded function SomeFunction[arg1_,arg2_,arg3_] is defined)
Now a certain outputformat is associated with the InternalRepresentation.
When calling for example the function InputForm, the internal representation
is given.
How can I hide this internal representation in a correct way in Mathematica?
Thanks in advance!
Marlies Brinksma