hi all...
i have this problem...
i want to create a summary base on the date from the txt file...
also the summary must be in order...
here is an eg for my txtfile
1 -day
8 -month
2011-year
test
8pm
$25
this is a test
2
8
2011
wee
7pm
$10
we are having fun
1
8
2011
wow
7pm
$10
wowowow
end of eg txt file
i want to make a summary that looks like this
1-8-2011
--------
wow
test
--------
2-8-2011
--------
wee
--------
any1 noe how to do this?

Recommended Answers

All 4 Replies

Have you already tried something for yourself?

What is that part "wow test" doing there? There is no pattern for this text.
So hard to do it simply.
What do you think?

,,,,
mitija the text got a pattern
the pattern is
day
month
year
name
cost
time
description
i want is read the name in the order of the dates....

well mitija...
there is a pattern for this text
the pattern is
day
month
year
name
time
cost
description
............
any1 can help me?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.