GSC String parsing help needed.
-
How do i convert strings to integers and Split strings using Delimiters?
-
int(value); //Cast to integer, returns integer. strtok(string, delimiter); //Tokenises string, returns array.
-
birchy Thank you so much, do you know any sources online i can take a look at to view the documentations or anything?