Hi,
I currently have an array which is added to a listbox. What I want to change it to is so it only adds it to the listbox on certain intervals of days (in the array, there is how many days that interval is for each item in days, but I can change that if needed), or even better within a range of a few days.
I thought I may be able to use DateDiff() for this, but I'm unsure now.
The problem is, the programme will be opened and exited all the time, so the method needs to have some kind of starting date so it doesn't keep restarting the count towards the interval.

Thanks for your help,
Nicko.

Recommended Answers

All 2 Replies

See SaveSetting, GetSetting in vb's help.

Good Luck

you can also use database to manipulate the data you needed or save the file in the text file

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.