• How to Convert an Integer into a string?
    3 replies, posted
I'm unsure on how I can convert this into a string, anyone? :) [CODE]test = one .. two .. three .. four[/CODE]
[CODE]test = "" .. one .. two .. three .. four[/CODE]
[url]http://wiki.garrysmod.com/page/Global/tostring[/url] local math = one + two + three + four test = tostring(math) Or the above post if you just want to concatenate it.
I was stumped on this question and after 6 minutes someone posted a reply. This is why I love people on Facepunch, thanks!
Sorry, you need to Log In to post a reply to this thread.