Convert String to Integer - 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: Convert String to Integer (
/showthread.php?tid=453643)
Convert String to Integer -
Paglia - 25.07.2013
Hey everyone! I have the doubt in how to convert a string, specially the "inputtext" on OnDialogResponse, to a number, and be able to use it as one.
Thanks!
Re: Convert String to Integer -
NotIntegrated - 25.07.2013
This can be done with
strval.
Re: Convert String to Integer -
Paglia - 25.07.2013
Thanks! Solved!