I have to list the CF mailsent.log file. 

How can I have it ignore the "information, 632" fields and search for the 
current date in the date field displayed as "00/00/00"? 

I want it to display only the lines with the current date.

This only skips 25 chars: #Left(maillog,25)#...

<cffile    
action = "read"    
file = "c:\cfusion\log\mailsent.log"   
variable = "maillog">  

Thanks!

RO
HWW


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252052
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to