hello
i am trying to acces a list on a txt. file, but in some way director cant understand
that it is a list. this is the code:
global scribe, gBildspel, gPos
on startmovie me
set scribe to new (xtra "fileio")
openfile (scribe, "a:\bildval.txt", 0)
put readfile (scribe) into gBildspel
gPos=1
set the member of sprite 20=member getat(gBildspel, gPos) of castlib "thumbnails"
end
when i look at the variable gBildspel in the message window you can clearly see tat it
is a genuine list, so i cant underatand why i get the error messages: "list expected
for handler" all the time.
thanx !
[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!]