Re: capturing ?Global`* to a list
- To: mathgroup at smc.vnet.net
 - Subject: [mg37297] Re: capturing ?Global`* to a list
 - From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
 - Date: Tue, 22 Oct 2002 04:47:24 -0400 (EDT)
 - Organization: Universitaet Leipzig
 - References: <aookse$pl4$1@smc.vnet.net>
 - Reply-to: kuska at informatik.uni-leipzig.de
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi,
Last /@ Select[
    Flatten[Messages[Evaluate[ToExpression[#]]] & /@ Names["Global`*"]], 
    MatchQ[#, RuleDelayed[HoldPattern[_], _]] &]
Regards
  Jens
iMic wrote:
> 
> greetings:
> 
> can someone suggest a method for capturing what is printed
> via ?Global`* to a list?  also i would like ?@ in a list.
> 
> michael