View Single Post
  #2   Spotlight this post!  
Unread 26-09-2007, 23:08
SwartMumba SwartMumba is offline
Registered User
no team
 
Join Date: Sep 2007
Location: TX <---I'm here
Posts: 2
SwartMumba is an unknown quantity at this point
Re: help with large loop

Quote:
Originally Posted by chris31 View Post
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 View Post
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 View Post
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 View Post
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..