"James Kelty" <[EMAIL PROTECTED]> writes:

> Well, I thought of that earlier, but I also thought that I
> was not guaranteed that the order of an array was
> unreliable, so I may not actually be getting the 'last' of
> the file. True or untrue ?

By definition:
    Arrays are ordered.
    Diamond operator is ordered.
    Assigning diamond operator to array is ordered.

Rely on it -- it's reliable.
Code to it.

-- 
Michael R. Wolf
    All mammals learn by playing!
       [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to