kabluzy
Mechanical
- Feb 10, 2003
- 16
Hi. I have some data in a text file, and I need some help to format it. The data is not split into lines, but is deliminated by semi-colons. I need to split it into lines after each semi-colon, then read each value so that I can use it in a program.
eg. 123 f507 287; e23 234 453; 453 543 d34; 453 345 345;
If I split the data into lines, it may generate over 5000 lines of code. Any example codes are apprciated.
Cheers,
eg. 123 f507 287; e23 234 453; 453 543 d34; 453 345 345;
If I split the data into lines, it may generate over 5000 lines of code. Any example codes are apprciated.
Cheers,