How to split the data in this file vb6
Posted
by Andeeh
on Stack Overflow
See other posts from Stack Overflow
or by Andeeh
Published on 2010-04-22T11:55:46Z
Indexed on
2010/04/22
21:53 UTC
Read the original article
Hit count: 309
Hey, I have this file. It stores a names, a project, the week that they are storing the data for and hours spent on project. here is an example
"James","Project5","15/05/2010","3"
"Matt","Project1","01/05/2010","5"
"Ellie","Project5","24/04/2010","1"
"Ellie","Project2","10/05/2010","3"
"Matt","Project3","03/05/2010","4"
I need to print it on the form without quotes. There it should only show the name once and then just display projects under the name. I've looked tihs up and the split function seems interesting
any help would be good.
© Stack Overflow or respective owner