SA-MP Forums Archive
SQLite and cut string - 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)
+--- Thread: SQLite and cut string (/showthread.php?tid=402165)



SQLite and cut string - Brokenbreaken - 25.12.2012

If i save string to database it how i can cut this piece of string?

Example:

String: 111222333444555666777888999
And i want save this to variable
v1 = 111
v2 = 222
etc


Re: SQLite and cut string - [HK]Ryder[AN] - 25.12.2012

you can use the function strmid()

and cut out any part of the string