Richie,

While ever convoluted, the do command should be working fine for you.
Here is an output from my message window:

-- Welcome to Director --
list5 = [5,6,7,8]

put list5
-- [5, 6, 7, 8]

sprtNum = 5

do "put list" & sprtNum
-- [5, 6, 7, 8]

Could you possibly be passing the wrong value to sprtNum and that is why
it is giving you a void value?  A good step-thru with the trace window
handy might pinpoint the problem.

Brian Romanko
Lead Developer - Neo/SCI Corporation
Member - Greater Rochester Macromedia User Group



-----Original Message-----
Hi Everybody,

<SNIP>
-----------------------------------------------------
i am not able to retrieve values from
the list the same way.

so something like
    do (put "list" & spritNum )
doesnt work...

can somebody tell me how can i retrive values from
these lists that i
generate at runtime ???????????????
Thanx a lot for any help as this is a real problem for
me at the moment.

regards
Richie

Student ETH
Zurich, Switzerland


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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