I find that this doesn't work in my D8:

(A)
put sprite(1).member.line[1] --text member
--This is Line 1.
put "XX" after sprite(1).member.line[1]
Script Error: Wrong Type

(In other words, the example in the article about "put... after" on p. 403 
of Lingo Dictionary produces an error when used with my text member.)

but this works:

(B)
test = sprite(1).member.text
put "XX" after test.line[1]
sprite(1).member.text = test
put sprite(1).member.text
--This is Line 1.XX

What am I missing? Shouldn't (B) be equivalent to (A)?

Slava


[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