Hi all...
Basically I'm wondering how I complete a loop based on the number of times a user requests it.
For instance, I'm doing an employee system that works out pay based on hours. There are lots of rules/criteria about what they pay is recieved based on the input hours. This I have done though (probably no point posting the code of this bit)
After the user types in how many employees wages he wants to process, say 5 times, the loop occurs 5 times, with the user entering hours 5 times.
Finally, all hours, wages totals and of each is shown. I'm hoping to achieve something a like this!!
thanks!:)