Re: Objects in packages
- To: mathgroup at smc.vnet.net
- Subject: [mg7674] Re: Objects in packages
- From: John D DeCocq <jdecocq at gesg67.geo.census.gov>
- Date: Thu, 26 Jun 1997 01:36:58 -0400 (EDT)
- Organization: US Census Bureau
- Sender: owner-wri-mathgroup at wolfram.com
Michaela Meier wrote: > > I only want to list objects from the 'ChemicalElements'-package. > Or do I have to print out the source code for this package? > I have not tested this explicitly, but it should do what you need. First, load the package: <<Miscelaneous`ChemicalElements` Then use Names, with this context, to list all of the functions: Names["Miscelaneous`ChemicalElements`*"] Good Luck! -John DeCocq