Looks like you've got it. Unfortunately, I don't have the file on this machine but I am using "dummy" data like this:
Each field is seperated by a "|" with a hard return after each line/record. In my test file I have over a thousand records. At the end of each line I put the date like this"07-11-1954" so I could compare it to the the month, day, and year fields associated with it "July|11|1954|"
I also used a variety of years because in the future, the database might contain historical references.
LOL a database would probably have been much easier, but at the time I started, I just went with what I had some knowledge of.
Quote:
|
Originally Posted by nico_swd
Could you maybe post some lines of the file? How exactly is the date stored?
Like this:
August|24|2006|Tip of the day...
???
I tested it with the example in your other thread and it worked for me.
EDIT:
But as Duesi said, I'd recommend using a database instead. 
|