SA-MP Forums Archive
What thing does.. - 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: What thing does.. (/showthread.php?tid=117995)



What thing does.. - JoeDaDude - 02.01.2010

What thing like strtok, sscanf, Ect does reason?
Like /kick [id] [reason]
Which one does that


Re: What thing does.. - dice7 - 02.01.2010

strtok and sscanf split a string into sub strings. They split it at a space ( ' ' ) character. Sscanf is faster and offers more functionality, like spliting a string by a different delimiter, spliting a string into smaller string/integers/floats with one function call, etc ...