Schedule Plugin
Posted: March 24th, 2005, 11:57 pm
I would really like a plugin that displays infromation out of a text file, in the same way limbo's 'maxim' plugin works.. but on a daily basis, so it loads a new line that corresponds with each day so i can have a time table. For example each monday it displays line 1 from the text file; each Tuesday it displays line 2... each saturday it displays line 6.. etc, etc
I think this could be fairly easily done but i don't know how to program! I'm guessing you could just check the day from the "$Time(dddd)" which tells it what day it is and then have 7 lines on true and/or false arguments, like:
If day = "Friday" then disp. C:\text.txt Line 5
(Though i have no real idea how it works but you probably know what i mean, and i must look like a total newbie writing like that
)
Thanks in advance for anyones help
Glen
I think this could be fairly easily done but i don't know how to program! I'm guessing you could just check the day from the "$Time(dddd)" which tells it what day it is and then have 7 lines on true and/or false arguments, like:
If day = "Friday" then disp. C:\text.txt Line 5
(Though i have no real idea how it works but you probably know what i mean, and i must look like a total newbie writing like that

Thanks in advance for anyones help
Glen