Thanks this helps a little but it still ain't happening for me, what ever
method I've tried I still do not get access to the content of my existing
global variable containing my list to work thru. I'd show files but they are
way too big.

I'm sure it's probably something I'm doing or not explaining right and I'm
working my way thru the excellent suggestions and trying modified versions
to get it working.

I'll post any progress or questions as they come up, I think I'm in for a
long night.


Thanks all again!

Peter Witham
Internet and Multimedia Solutions
http://www.evolutiondata.com
icq: 4436851
MSN: [EMAIL PROTECTED]
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Agustín María
Rodríguez
Sent: Monday, October 20, 2003 6:47 PM
To: [EMAIL PROTECTED]
Subject: Re: <lingo-l> Accessing global variables with sent parameters

Peter Witham wrote:
>    I think what I need is to somehow say "takethisstring" and use it as
the
> name of an exisiting global variable and then let me have access to that
> variables list not a string.

        You can do that with symbols. I did a quick test with strings but 
didn´t worked. Try this:

on setGlobal stdnum
   variableSymbol = symbol("gStandard"&stdnum&"DataRef")
   setAprop (the globals), variableSymbol, "Hello World"
end


on LoadDataSet stdnum
   variableSymbol = symbol("gStandard"&stdnum&"DataRef")
   globalValue = getProp ((the globals), variableSymbol)
end

Cheers!
-- 
Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar


[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!]


[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