Hey all,

Could someone suggest a good method of doing the following.

I need to fill a label with an event that is occuring depending what the time of the day is. For example, if I have a text file like this:

Monday:
0=EVENT1
1=EVENT1
2=EVENT1
3=EVENT2
4=EVENT3

The file includes each day of the week and the numbers are related to what time it is.

SO, what I need to do is be able to select the correct day and then the correct event (dependant on the time) and display the result in a label!

Any ideas ?