I have implemented something like a 'database' in director, it has assigns authors with some articles. so, there is HUGE list of authors (1200 i believe) and a HUGE list o articles.
the lists are created like this autores = [] append autores, [#autor:"chico da silva", #articles: [[#titulo: "tieta do agreste", #link: "novelas\tieta.html"],[#titulo: "o que � isso companheiro", #link: "companheiro.mov]] ...... there are more than 1000 append's the problem is that when I tell director to create the list, it takes almost a minute on a K6-400 (that are very common here in Brazil) How can I make things faster?? Luiz GUSTAVO Castelan P�voas mailto:[EMAIL PROTECTED] 3Di - Inova��o Digital. http://www.3di.com.br Rua Lauro Linhares, 589 88036-002 - Florian�polis Fone: +55 48 333-4963 Fax: +55 48 333-3745 BRAZIL [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!]
