HELP: Splitting string of numbers into array of integers. slow.

do you mean to say I should not re-build the string array into an int array, and just convert the strings to ints as and when they are neded?