lets say i have the string : .2401.32613.592 1.
is it possible to make vb split it into seperate sections like this 2401 32613 and 5921, without the dots and then perform a function on each one? The dots are just used to seperate each "number.

thanks to anyone who wants to help.