| String To Integer |
[23 Feb 2003|03:05pm] |
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.
|
|