Link to home
Start Free TrialLog in
Avatar of kiranboi
kiranboi

asked on

Splitting a String into Segments

Hi all,
I have a stramreader that reads lines from a .csv file.
I set a string variable as the read line ie: 32,5,2,76,34,8,5,66
What I need to do is split the line so that I can populate variable with the numbers in the line.
Can someone let me know the easiest way of splitting the line of text at the commas so i can get the individual numbers.
Many Thanks
ASKER CERTIFIED SOLUTION
Avatar of TimCottee
TimCottee
Flag of United Kingdom of Great Britain and Northern Ireland 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