MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: contexts and functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94550] Re: contexts and functions
  • From: Albert Retey <awnl at gmx-topmail.de>
  • Date: Tue, 16 Dec 2008 02:33:34 -0500 (EST)
  • References: <gi5jp8$ps3$1@smc.vnet.net>

Francisco Gutierrez schrieb:
> Dear friends:
> A very elementary question. I have created a package with several functions in it. How can I retrieve a list of all the functions the package has?

Names["ContextOfYourPackage`*"]

or maybe just:

?ContextOfYourPackage`*

hth,

albert


  • Prev by Date: Re: Beginner: List Indexing and Assignment
  • Next by Date: Question about Dynamic-ly restricting Locator position
  • Previous by thread: Re: contexts and functions
  • Next by thread: Re: contexts and functions