|
[Date Index]
[Thread Index]
[Author Index]
Re: Finding what is in a package
- To: mathgroup at smc.vnet.net
- Subject: [mg26711] Re: Finding what is in a package
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Thu, 18 Jan 2001 00:57:16 -0500 (EST)
- References: <943dqs$ckd@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Provided that the package context is the context address that is used for
loading the package we have the following
<< Graphics`Graphics`
?Graphics`Graphics`*
ToExpression /@ Names["Graphics`Graphics`*"]
--
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
"Yossi Lonke" <jrl16 at po.cwru.edu> wrote in message
news:943dqs$ckd at smc.vnet.net...
> I am developing a package -- and I would like to get
> a list of all functions for which I've written a usage message,
> so that I can see what I have and what I don't have.
>
> How can I do it? ( I don't want all the functions to start
> with the same letter! )
>
> Yossi Lonke
>
>
Prev by Date:
Re: Finding what is in a package
Next by Date:
Re: Finding what is in a package
Previous by thread:
Re: Finding what is in a package
Next by thread:
RE: Finding what is in a package
|