hi guys, quick question...

if i read the line of a file into a string and then want to extract values from it, is there a string handling command that can skip over white space? so if say my string was as follows

HTML Code:
1        4        8
with say 5 or 6 spaces between each character (although not always so i can't just search for the group of spaces), whats the easiest way to read them into 3 variables or an array of variables.

Oh, and i'm coding in VB 6!

thanks in advance and to gavio for answering a similar question earlier!

Ta.
Dave