Hi all,

I have a program that generates newsletters, on any day any number of newsletters can 
be produced. The newsletters are produced in two formats html and text. They are named 
according to the date they are generated and I tack another number on the end to 
uniquely identify them. So if two newsletters were generated on a particular day the 
filelist would reflect

2002103001.htm
2002103001.txt
2002103002.htm
2002103002.txt

Using Glob can I be assured that the last two elements of the array created will 
always be the latest edtions of the newsletter eg the ones with the highest number as 
the last two digits.

Any Help Appreciated
Thanks

Colin 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to