String to int... | Unity Community
I am having some difficulties getting a string converted to an int in JavaScript. Say I have some code like this: var numberString "12345"; var... ... That's completely wrong. var i = "stuff" is exactly the same as var i : String = "stuff". It doesn't wor...