Hello,
I'm new to VB, can anyone tell me if there is an equivalent to the
sscanf()
C function???

I need to process a string that is in a specific format. It is comma separated and I need to extract the values from between the commas and store them in variables.

Thanks,
D.