Hi
i need to get lines from txt file
but i wanna get lines between two dates for example ;
Between December 20,2011 -- January 05,2012
How can i do it ?
go through all lines, read the dates (StringToDateTime()) and compare themĀ (CompareDateTime()) with given range -> \masm32\help\DateTime.chm
Thanks qWord
I got it