This is an easy one I'm sure...and I'm also sure it involves a for loop and I'm kicking myself for not rememberign it.

Info: Using VB Studio 2008
need to convert a string consisting of numbers ie. "1234567890"
to a one dimensional int array where each caracter (digit) holds one place in the array.

Thanks in advance for the help.