Hi,
> Hi im having trouble with this loop it stops at certain places but
> never finiishes as it should
- What's the data-types (stuobj etc)?
- What's the data?
- What *does* the program do?
- What do you expect it to do?
We cannot say anything to your problem if you do not provide this
information! (Although I expect that you are able to solve your problem
if you try to answer my questions...)
Oh, some things can be said:
- In most cases, it is not a good idea to modify the counter-variable of
a for-loop within the body of the loop.
- Please format your code in a readable style!
Ciao,
Ingo
sacha_schembri@yahoo.com - 24 Oct 2006 16:48 GMT
Thanks anyway i fixed it i put the try...catch within the loop instead
and worked like a charm, sorry for the un formatted code but im doing
my assignment for school and we have to work in textpad cant use an IDE
and when i copied it here my formatting got messed up