Hello. I've returned to byond.
Anyway I was wondering how i could loop through a text string and get each item in order.
Example..
var/name = "Bob145"
Somehow be able to recognize "B" as the first letter, "o" as 2nd, "b", "1","4","5" and so on.
Would i be better off defining a list thats the size of the string? ie
var/list/L[sizeofstring(string)]
|
||||||||||||||||||||||