MathGroup Archive 2002

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

Search the Archive

Re: How to get a listing of currently defined symbols

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36856] Re: [mg36829] How to get a listing of currently defined symbols
  • From: Murray Eisenberg <murraye at attbi.com>
  • Date: Sun, 29 Sep 2002 02:55:28 -0400 (EDT)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • References: <200209280834.EAA24986@smc.vnet.net>
  • Reply-to: murray at math.umass.edu
  • Sender: owner-wri-mathgroup at wolfram.com

For all names, perhaps:

   Names["*`*"]

For names you defined at a normal session (without changing to some 
other context than the default Global`):

   Names["Global`*"]


fjolsvit wrote:
> IIRC, there is a way to get a list of all the symbols defined in the 
> currently running session.  I can't seem to find the reference to that 
> command.  Could somone point me in the direction of documentation which 
> will tell me how to get information about the current session?
> 
> 
> TIA,
> 
> 
> 

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street
Amherst, MA 01375



  • Prev by Date: Re: Mathematica 4.1 Config:Fonts
  • Next by Date: Strange Behavior of Mathematica under Windows
  • Previous by thread: How to get a listing of currently defined symbols
  • Next by thread: RE: How to get a listing of currently defined symbols