what string size. - 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: what string size. (
/showthread.php?tid=484092)
what string size. -
audriuxxx - 29.12.2013
Hi,
When i want to select all from a specif database table, what string size i need to use? for ex:
SELECT * FROM players WHERE Name='%s'
Re: what string size. -
iZN - 29.12.2013
You can count it? Can't you? It is 37 characters in total, make a string size of 38. (1 byte is stored as null)