A
ai1231
Guest
Hi!
I have some data generated from a attendance system
I want to do a program to be able to detect when the next line has same text C/OUT or C/IN and to get only first line time and subtract the next line time witch has the different text
so what I want to do exactly is
10:08:36 - 08:24:24 = ...
10:48:35 - 10:32:34 = ...
So when reading the list if the next line has same text (C/OUT or C/IN) skip the second line
Continue reading...
I have some data generated from a attendance system
I want to do a program to be able to detect when the next line has same text C/OUT or C/IN and to get only first line time and subtract the next line time witch has the different text
so what I want to do exactly is
10:08:36 - 08:24:24 = ...
10:48:35 - 10:32:34 = ...
So when reading the list if the next line has same text (C/OUT or C/IN) skip the second line
Continue reading...