I was going to say it as point 4, but I was not sure if VFP skips blank lines and don't have VFP at hand to test it.
Thanks! 2014-09-04 17:17 GMT+02:00 Fred Taylor <[email protected]>: > You can also leave a blank line after the commented out line that ends with > a ";". Though that may be harder to catch if the blank line gets removed, > say, during a cut&paste. Best to remove the ";" or add an additional > comment line as you've indicated. > > Fred > > > On Thu, Sep 4, 2014 at 3:09 AM, Fernando D. Bozzo <[email protected]> > wrote: > > > In this case, and knowing this, you have some alternatives: > > > > > > *Option 1*: Adding && at the end > > > > && rundt with coord.slot1.localtoutc(fltdt),; && > > If empty(schdt) > > > > > > *Option 2*: Adding * at next line > > > > && rundt with coord.slot1.localtoutc(fltdt),; > > * > > If empty(schdt) > > > > > > *Option 3*: Taking off ";" > > > > && rundt with coord.slot1.localtoutc(fltdt), > > If empty(schdt) > > > > > > Regards.- > > > > > > > > 2014-09-04 12:00 GMT+02:00 Allen <[email protected]>: > > > > > Yes you have a good point. But I still think it's not a good thing if > all > > > you want is to rem out one line. > > > Al > > > > > > > > > > > > --- StripMime Report -- processed MIME parts --- > > multipart/alternative > > text/plain (text body -- kept) > > text/html > > --- > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAGQ_JukUJaoVgAXJimZKcio8wdPas7gKYqt=3uxmxktmtfy...@mail.gmail.com ** 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.

