2003-12-29 07:43 PM
2004-01-04 01:58 AM
Matthew wrote:one thing that puzzles me, when editing messages on this system, the chevron marks appear as chevron marks, but when reading the messages as an unlogged in reader, the chevrons are all written as > (ampersand gt)
You caught me being sloppy in my example. I always use the "greater than or equal to" (>=) in my actual coding. When I need "greater than" or "less than" I use something like:
IF x >= 0.0001 THEN...
I am glad you spotted this. I would hate to inadvertantly lead people into flaky coding.