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

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to