The thing with repeat loops is that they consume system resources and wont let any other function to be performed on the computer when this is happening. so you do not want this to happen normally i would use a frame script to simulate a repeat loop works like a charm.
Vijay -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of mitesh Sent: Wednesday, January 30, 2002 1:33 PM To: [EMAIL PROTECTED] Subject: <lingo-l> Repeat Loop Hi Friends, I am having one question is that, how much time we can give repeat loop example : repeat with p = 1 to 100000 end repeat i want to run repeat loop up to 100000 time & one question is that also how much line we can give to text field (up to 100000 line). I am doing one program in that user can save his data. I am saving that data in text file format & as data vise i am saving that data in one text file. so i have to display that all data in one text field in different line so i have to run repeat loop & display in text field. so give me please your suggestion. Thanks.. Mitesh Gajjar. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
