Re: get help info into my program
- To: mathgroup at smc.vnet.net
- Subject: [mg82829] Re: get help info into my program
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Thu, 1 Nov 2007 05:05:19 -0500 (EST)
- References: <fg9ok6$mbn$1@smc.vnet.net>
congruentialuminaire at yahoo.com wrote: > Hello Mathematica UG: > > How can I get the result of the '?' command into my program? When I > evaluate the following: > > ?Plot > % > > the result I get is: > > {Null} > > Is it possible to get the results of the '?' command? > > This is not a frivolous question. I use the '?' command during my > debugging and I want to make my program (which are executed sometimes > by other people) more robust by checking various things (using '?') > before and during their execution. > I don't really understand your question ... but perhaps the alternative syntax Information["Plot"] will help. Also check Plot::"usage" -- Szabolcs