Page 1 of 1

Schedule Plugin

Posted: March 24th, 2005, 11:57 pm
by Glen
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

Posted: March 25th, 2005, 11:31 am
by limbo
I 'll try to alter the maxim's code to fit your request...

This will take some time, be patient. I'll inform you when a demo is ready for test.
:D

Posted: March 25th, 2005, 12:56 pm
by Glen
sweet. thanks! :)

Posted: March 27th, 2005, 10:38 am
by limbo