Converting strlen to sscanf - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Converting strlen to sscanf (
/showthread.php?tid=355953)
Delete this. -
RedFusion - 01.07.2012
Nevermind.
Re: Converting strlen to sscanf -
KingHual - 01.07.2012
How can you even convert it? They have nothing in common. Strlen - gets a string's lenght
sscanf - parses strings.
Re: Converting strlen to sscanf -
RedFusion - 01.07.2012
My bad, still learning.