Re: bug in ex.err
- Posted by Robert Craig <rds at RapidEuphoria.com> Jul 09, 2004
- 468 views
Kat wrote: > U:\6.exw:455 > true/false condition must be an ATOM > > U:\6.exw:455 close(writefile) > U:\6.exw:457 if content_len and (length(TheWebPage) > content_len) > then > > I had content_len defined as an object, and it was set to "". The "error" is > in > line 457, not line 455. Thanks. I can see in my code why that happened and I've fixed it for the next release. It was an easy fix. The line number reported for run-time errors occurring in a short-circuit if-statement could be slightly off sometimes. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com