This is a question for you bit-crunchers..
Whitch is fastest?
1) globS$ = globS$ & NewS$
2) globS$ = STRINSERT(globS$,NewS$,Len(globS$)+1)
I want your opinion as this is called milli-billions of time
or is there a better way?
globS$ is a global string
Thank you
-------------
Fred
mailto:[email protected][email protected]</A>
http://www.oxenby.se
Whitch is fastest?
1) globS$ = globS$ & NewS$
2) globS$ = STRINSERT(globS$,NewS$,Len(globS$)+1)
I want your opinion as this is called milli-billions of time
or is there a better way?
globS$ is a global string
Thank you
-------------
Fred
mailto:[email protected][email protected]</A>
http://www.oxenby.se
Comment