At 9:24 +0000 02_07_09, Neil Sandbach wrote:

>Or am I looking at this through the wrong end of the telescope?

That's usually the case when someone wants to dynamically create 
globals, where they ought to use a property list.

global gMyDynamicList
gMyDynamicListOfTheseParticularThings = [:]
gMyDynamicListOfTheseParticularThings )[#yourDynamicName] = #theValue

If you really do want to muck about with dynamic globals (which I see 
no reason to do) look into:

-- Welcome to Director --
(the globals)[#yourDynamicName] = #theValue
showglobals

-- Global Variables --
version = "8.5.1"
yourDynamicName = #theValue

Jakob

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to