> When I do a sort on this list I always get
> slide1.jpg, slide10.jpg, slide11.jpg, slide2.jpg
> 
> I thought sorting it would flip it all in order?

Actually, that is in order--ascii order. You have a list of strings, and
Director doesn't know to treat the first n characters as numbers.

> My first thought is going 1 --> x and creating a new list 
> with each entry being made at it's number....but that seems 
> like a crazy workaround.

That's the only thing I can thing of. Something like this:

["slide1.jpg", "slide2.jpg", "slide3.jpg"]

Cordially,

Kerry Thompson

[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