--- Richard Gaskin <[EMAIL PROTECTED]> wrote: > function AddPoints pPointsListA, pPointsListB > put 0 into tCounter > repeat for each item n in pPointsListA > put n+tCounter into item n of tResult > end repeat > return tResult > end AddPoints
this looks useful. what does tCounter do? thanks, Erik ===== [EMAIL PROTECTED] http://www.erikhansen.org __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
