Whisperings:Solo Piano Radio
  POV-Ray : Newsgroups : povray.documentation.inbuilt : Pov help 3.6.1 : Re: Pov help 3.6.1 Server Time: 7 Jul 2008 03:19:30 GMT
  Re: Pov help 3.6.1  
From: Darren New
Date: 21 Aug 2004 00:30:02
Phil Cook wrote:
> Should perhaps be:
> If Low_Value >= Switch_Value

I've found a very effective way of preventing this sort of error is to 
never use > or >=.

A <= B && B <= C means "B is between A and C".

now() < saved() + 15
means if the close is before fifteen minutes after the saved time.

Etc.


Post a reply to this message

Copyright 1991-2004 POV-Team™