Alex van den Bogaerdt said:

> You may think you can solve this by using the appropriate GPRINT
> options however there is a huge difference between printing
>    max(avg(1,2,3,4,5),avg(2,3,4,5,6)) --> max(3,4) --> 4
> and
>    max(max(1,2,3,4,5),max(2,3,4,5,6)) --> max(5,6) --> 6
>
> HTH
> Alex

yep it does! thanks.

nate




--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to