Re: Getting proc to recognize all global variables
From: Cameron Laird (claird_at_lairds.com)
Date: 02/12/04
- Next message: Donal K. Fellows: "Re: Starting again (game programming)"
- Previous message: Iain B. Findleton: "C++ Extensions"
- In reply to: David McClamrock: "Getting proc to recognize all global variables"
- Next in thread: Benjamin Riefenstahl: "Re: Getting proc to recognize all global variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 12 Feb 2004 13:19:16 -0000
In article <402b9c6a@news.greennet.net>,
David McClamrock <mcclamrock@locl.net> wrote:
>Would somebody please remind me how (or whether) it's possible to get a proc
>to recognize all variables in the global scope, even if the variables
>aren't mentioned by name in the proc itself? If so, thanks in advance!
>
>David McClamrock
Does
puts [info glob *]
bring you closer to where you want to be?
-- Cameron Laird <claird@phaseit.net> Business: http://www.Phaseit.net
- Next message: Donal K. Fellows: "Re: Starting again (game programming)"
- Previous message: Iain B. Findleton: "C++ Extensions"
- In reply to: David McClamrock: "Getting proc to recognize all global variables"
- Next in thread: Benjamin Riefenstahl: "Re: Getting proc to recognize all global variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|