At 1:20 PM -0700 4/18/2002, Shao Sean wrote: >> repeat with x = 1 to the number of lines of field "articles" > >i'd replace this line with > >put the number of lines of field "articles" into vNumberOfLines >repeat with x = 1 to vNumberOfLines > >this way the number of lines is only calculated once instead of through >every repeat..
It's only calculated once regardless. -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] Runtime Revolution Limited - The Solution for Software Development http://www.runrev.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
