At 00:02 +0530 01/31/2002, mitesh wrote:

>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 ended up doing something like that with some preliminary work on a 
steganographic applet. It can take upwards of a minute on a G3, which 
is roughly equivalent to a PIII.

You don't want to do that if you can avoid it.

>one question is that also
>how much line we can give to text field (up to 100000 line).

AFAIK there is no limit set by Macromedia. Used to be there was a 32K 
limit, but not any more.

>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.

Well, with FileIO you can set read and write points -- perhaps that's 
a beeter approach here? Then you're only grabbing certain parts of 
the file at a time, rather than trying to get it all into memory at 
once.

What is it you want to do?

-- 

              Warren Ockrassa | http://www.nightwares.com/
  Director help | Free files | Sample chapters | Freelance | Consulting
        Author | Director 8.5 Shockwave Studio: A Beginner's Guide
                    Published by Osborne/McGraw-Hill
          http://www.osborne.com/indexes/beginners_guides.shtml
[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!]

Reply via email to