Performing math on points
erik hansen
erikhans08 at yahoo.com
Tue May 27 17:33:00 EDT 2003
--- Richard Gaskin <ambassador at fourthworld.com>
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
=====
erik at erikhansen.org http://www.erikhansen.org
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
More information about the use-livecode
mailing list