View Single Post
  #71   Report Post  
Posted to alt.home.repair
DerbyDad03 DerbyDad03 is offline
external usenet poster
 
Posts: 14,845
Default When a gallon is not a gallon

On Feb 29, 12:40*pm, "JoeSpareBedroom" wrote:
"DerbyDad03" wrote in message

...

PSL = Posted Speed Limit
DS = Driver's Speed
IF DS PSL Then Driver Guilty of Speeding

How would you like it to read?

PSL = Posted Speed Limit
DS = Driver's Speed
IF DS PSL Then
*If Driver has been driving the route every day forever then
* *Driver Not Guilty of Speeding
*Else Driver Guilty of Speeding

================

Nice, but you forgot to close your loop with an ENDIF or
something. *:-)

Actually, pertaining to this discussion, I didn't declare my variables
beforehand so by rights the code should be bitching and complaining
that I didn't warn it about what was going to happen.