Hi Tony,

> When I click below the last filename in the scrollable field 
> I get the 
> error "Index out of range!" I can understand that.
> How can I delete the RETURN after the last filename in the gSoundList?
> 

Try this:

-- Welcome to Director --
myString = "1" & RETURN & "2" & RETURN
put myString
-- "1
2
"
delete the last line of myString
put myString
-- "1
2"

Karina

[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