Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Request for info via website

From: gjones05:mail:orion at: 5-Feb-2001 13:31

Whoops. I just realized that the algorithm will miss checking the value for "9999". Changing while [e <> "9999"] [ to while [e <= "9999"] [ should fix the bug. Hope this helps. --Scott