-
Reading email attachments
Reading email attachments I keep thinking that I am almost finished with reading email, but something new keeps comming up that directs my attention. I need this to be very stable, as I will be posting messages to my blog Read More
-
Progress Bar Script
Progress Bar Script This little script shows a progress bar as floating text. Sending Inventory [||||||||||………………..] 33% showProgress(float value, float maximum, string status) { float percent = 0; if(maximum != 0) percent = value / maximum; integer barCount = 50; Read More

