String To Integer
i know this is probably simple for some but i havent been able to find it anywhere.
how do i convert a string or an char to an array of integers,
so 'abcdef' would be converted to '1, 2, 3, 4, 5, 6,'
and how would i convert it back to a string.
thanks in advance.
how do i convert a string or an char to an array of integers,
so 'abcdef' would be converted to '1, 2, 3, 4, 5, 6,'
and how would i convert it back to a string.
thanks in advance.
