Quote:
Originally posted by adam
You remember your thread about random not being random?
|
Yes.
Quote:
|
I used string arrays to do what im asking for the ability to do in arrays more easily.
|
Now I don't know what you're saying. Are you referring to a project mentioned in the random() thread? The fireworks thing? Why would they need to be ordered? And it's horribly foolish to use a string array - just code your own damn function.
Quote:
|
It's just something I think will improve the use of arrays generally, for any sort of listing purposes. or sequential data.
|
No, it won't. 90% of arrays don't need to be ordered, and use of this function would slow them down immensely.