Re: append()
- Posted by euman at bellsouth.net
May 30, 2002
Hello,
What about using repeat( ) to build your sequence and assigning values to given
indice within, then truncating any over allocated sequences when finished.
Although, this could become a problem if you run out of alloted sequence
so care must be used with this method.
This is usually a much faster codeing style.`!
Euman
----- Original Message -----
From: <dm31 at uow.edu.au>
I have to agree with Antoine. I never use append or prepend because
I've been able to do the job faster with &. I found this out after
trying to speed up several programs, but they only went slower with
append.
regards,
Dan
|
Not Categorized, Please Help
|
|