> How do you get it to go wrong? Here's what I get:
> 
> t = [1,17,129]
> put t
> -- [1, 17, 129]
> sort t
> put t
> -- [1, 17, 129]
> 
> t = [129,1,17]
> put t
> -- [129, 1, 17]
> sort t
> put t
> -- [1, 17, 129]

Hmm... so it is. I could have sworn I got it to misbehave an hour ago,
but it's doing it right now. I'm going to have to go back and figure out
how I got it to break. Jim was seeing the same thing. Was it mass
hysteria?

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