Hi Simon & The rest :-) > Of course you could start combining stuff, one way > being by simple > substitution : > > total=v1,UN,0,v1,IF,v2,UN,0,v2,IF,+,v3,UN,0,v3,IF,+ > ... in=vn,UN,0,vn,IF,+
I think the resulting RPN expression was too long. I just got the invalid RPN expression error. > Or you could break down your running total as : > t1=v1,UN,0,v1,IF > t2=v2,UN,0,v2,IF,t1,+ > t3=v3,UN,0,v3,IF,t2,+ This works. Thanks very much ! Best regards, Wesley __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
