Hello,
I am trying to add a total of some items in a while.
My while produces list with names and with times that that person has worked.
Like this:
John 8:00
John 5:00
John 6:00
<<here the total of john>>
Lars 9:00
Lars 4:00
<<here the total of lars>>
Yvonn 7:00
Yvonn 9:00
Yvonn 3:00
Yvonn 5:00
<<here the total of Yvonn>>
How to perform the totals in an while? I get a real big pain in my head from it :-)
Anyone, thanks in advance?