SA-MP Forums Archive
EXPLODE string and array - 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: EXPLODE string and array (/showthread.php?tid=274154)



EXPLODE string and array - Avice - 04.08.2011

how i can explode data ?
Ex.:
data = "test,door,bank,bux,soon";
and i need Ex.: in php http://php.net/manual/en/function.explode.php in php but i need in pawno
data[0] = "test";
data[1] = "door";

any idea?

and i need function in_array E.x in php http://php.net/manual/en/function.in-array.php but i need in pawno ;]


Re: EXPLODE string and array - MadeMan - 04.08.2011

https://sampforum.blast.hk/showthread.php?tid=120356