I wrote a recursive function. It is processing 3 2D arrays. I dont know if any of you know about Gantt charts.
I am processing the first array first, then I have to process the second array in function, by calling itself. Then I have to return back to processing first array from the place where I left. I tried to write something to do this, but it is going into an infinite loop. I am not so good at writing programs. I can send the function if anyone is interested.
Thanks for all.
Maria...