[rrd-users] Re: CDEF problems

Tobias Weingartner weingart at cs.ualberta.ca
Wed Mar 29 17:43:23 MEST 2000


On Wednesday, March 29, John wrote:
> 
> My RPN is weak,
> What I need to be able to say is
> if  var1 is < 5 and var1 > 2.5 then true
> else
> if var1 is < 7.5 and var1 >=5 then true
> else
> if var1 is < 10 and var1 >=7.5 then true

My pseudo-coding is weak, but does the above not translate to:

if var1 > 2.5 and var1 < 10 then true

--Toby.

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users



More information about the rrd-users mailing list