Re: Unevaluated functions
- To: mathgroup at smc.vnet.net
- Subject: [mg109369] Re: Unevaluated functions
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Fri, 23 Apr 2010 03:50:50 -0400 (EDT)
Include the definition f[x_] = "N/A" This will cover any case not otherwise addressed by the definitions for f. Bob Hanlon ---- mokambo <alexandrepassosalmeida at gmail.com> wrote: ============= Hello, In Mathematica when a function returns unevaluated the "return value" is the name of the function with arguments. How do we control such output? Can we suppress it? How do we change the usual string for something like "N/A"? Advise please. Alex