Re: get help info into my program
- To: mathgroup at smc.vnet.net
- Subject: [mg82924] Re: get help info into my program
- From: Albert <awnl at arcor.net>
- Date: Sat, 3 Nov 2007 03:30:40 -0500 (EST)
- References: <fg9ok6$mbn$1@smc.vnet.net> <200711011013.FAA07736@smc.vnet.net> <fgeo3n$g6b$1@smc.vnet.net>
Hi, > (1) Writing "?" help for your own function. That is accomplished by > defining a string for your function MyFunc in the form: > > usage::MyFunc="MyFunc[arg1,arg2] give the result..." > Probably just a typo, but it might irritate people: this should read: MyFunc::usage="MyFunc[arg1,arg2] give the result..." albert
- References:
- Re: get help info into my program
- From: Jens-Peer Kuska <kuska@informatik.uni-leipzig.de>
- Re: get help info into my program