On Jun 14, 2006, at 8:52 AM, MB Software Solutions wrote:
The line below in the ELSE block specifically sets the llOK variable to .F. However, that variable is .F. by default. Would you include that line anyway? I know, it's trivial, but I was just curious about what assumptions other developers make. (Personally, I try to make no assumptions but in this case, it shouldn't matter at all.)
I would explicitly initialize it to .F., and then only flip it to .T. when the critical code passes correctly.
-- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

