In addition to the other suggestions, you might try putting the list into a
sorted state and then using the add() function rather than append.  I'm
pretty sure that will be faster on long lists.  But as noted, probably even
faster is to build the entire thing as a giant string and then use the
value() function at the end to convert it.
-- 

...---===|  Terry R. Schussler  |===---...
...---===|  Chief Investigator  |===---...

on accessResources
  coolSites = [ \
    "http://macromediaSEMINARS.com/";, "http://directorU.com";, \
    "http://multiuserU.com";, "http://flash5U.com";, \
    "http://dreamweaverU.com"; ]
  gotoNetPage coolSites[random(1, 5)]
end accessResources

[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