Dick wrote:
> I prefer:
> 
>        Average expressionwhichyieldsanarrayofdata

>From my box of tricks:

Average: func [
 "Averages the values in the Block."
 Block [block!] "Block of values."
 ] [
 divide accumulate 0 Block :+ length? Block
 ]

:)
Andrew Martin
ICQ: 26227169 http://valley.150m.com/
-><-

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to