Hi

I have a string based time passed to a function in the format 12:25 for instance. I can not change this as it comes from reading a plain text file.

I need to increment the time by 5 mins in a loop to output times as 12:30, 12:35, 12:40 etc.

I have tried many things using formatting but can not seem to get it to work.

Any ideas anyone?

Thanks

neil