I basically have an XML Parser I bought from the Asset store. It stores the values it grabs from the XML file as char ( I think ).
Somebody on the forum helped me in my post regarding XML and reading the values but I have tried to use char to convert these values to integers. The numbers stored in the list consist of numbers only.
The person used charAt to convert them but I haven’t found an equivalent for UNITYSCRIPT.
So basically if I had a list full of numbers as char how would I then convert them to integers?
Thanks!