Link to home
Start Free TrialLog in
Avatar of collages
collagesFlag for United States of America

asked on

VB.Net, Parsing 1 line of text with 6 numbers

I have a large (~200mb) text file that I have parsed through to the to this line:

Aged  Totals  :   50,076,431.27   31,279,697.69   12,354,684.77    2,512,658.58      735,177.66    3,194,212.57

I have this line set to a string variable called "Line".  The line will be different every day, but will always have 6 numbers.  My application has 6 variables (Value1, Value2, Value3, etc).  I am trying to set each of these values to one of these variables so that Value1 gets the left most number (50,076,431.27) and value 6 gets the right most number (3,194,212.57).  Any ideas on how to do this would be very helpful.  

Thanks.  
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial