Posted 05 October 2014 - 07:05 PM
Maybe there already is a tread about this but yeah…
Is there any way to split a string into individual characters?
Like, could I split a var with the value: "jmfs" or "8254" to 4 vars with j, m, f and s as values? or maybe 8254 as a number to 4 vars with 8, 2, 5, 4 as values? Thanks in advance…
Is there any way to split a string into individual characters?
Like, could I split a var with the value: "jmfs" or "8254" to 4 vars with j, m, f and s as values? or maybe 8254 as a number to 4 vars with 8, 2, 5, 4 as values? Thanks in advance…