strins or strcat? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: strins or strcat? (
/showthread.php?tid=192513)
strins or strcat? -
The_Gangstas - 22.11.2010
which is faster in your opinion?
Re: strins or strcat? -
Mauzen - 22.11.2010
Why dont you test it with 100.000 loops each and GetTickCount
Id say strcat is slightly faster, because it does not move any characters of the old string, but only appends the new ones.