Quote:
Originally Posted by chris31
My first questions is, what language are you programming in?
|
Delphi. I thought this was a Delphi forum,
www.chiefdelphi.com.
Quote:
Originally Posted by Jack Jones
Use nested loops, if you have to.
|
The value of LargeLoop varies, making life hard if you want to nest loops. There should be an easier way.
Quote:
Originally Posted by EricS-Team180
If the compiler accepts LargeNumber as a variable but not as a loop counter, then you could consider using an infinite loop with LargeNumber as a variable that you increment on each pass. Exit the loop when LargeNumber is greater than or equal to the # of passes that you want.
|
I tried that and the Loop crashes at 10000000000 Loops
Quote:
Originally Posted by Alan Anderson
It looks like Pascal, so I'm guessing Delphi.
SwartMumba, this isn't a Delphi programming language forum. Look here for suggestions on better places to look for assistance.
|
Oh,okey..