Re: get help info into my program
- To: mathgroup at smc.vnet.net
- Subject: [mg82844] Re: get help info into my program
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 1 Nov 2007 05:13:06 -0500 (EST)
- Organization: Uni Leipzig
- References: <fg9ok6$mbn$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
str = Plot::usage
??
Regards
Jens
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.
>
> TIA.
>
> Regards..
>
>
- Follow-Ups:
- Re: Re: get help info into my program
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: get help info into my program