On Fri, 20 Aug 2004 19:54:37 +0200, MisterX wrote: > You'll have to find the right syntax that works with RR > i feel better when I dont mess with grep's nasty syntax
Thanks, but these is not yet the right script ! ( i doesn't want the real week -- Monday to sunday) but only the day 1 to day 7, ... Finally, i use this script, which work : for first "week" (day 1 to 7): filter myList with "*0[1-7]/05/*" for second week (day 8 to 14): put mylist into mylist2 filter myList with "*0[8-9]/05/*" filter myList2 with "*1[0-4]/05/*" put mylist&cr&mylist2 into mylist ... Ludovic _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
