Works for me. Are you sure your command is all on a single line, or did you forget to put the ";" at the end of the first part?
Fred On Wed, Oct 3, 2012 at 9:29 AM, Kurt Wendt <[email protected]> wrote: > ...or, at least - its Strange to me! > > > > I have a command written like this - and it works fine: > > STORE DATE() TO xPT_Act_Dt, xTop_Act_Dt, xCnf_Act_Dt > > > > But, a similarly structure command like this does NOT work: > > STORE .F. TO xPT_Req_YN, xTop_Act_YN, xCnf_Act_YN, > xAppt_Md_YN > > > > So - instead - I re-wrote it like This - and it works: > > xPT_Req_YN= .F. > > xTop_Act_YN= .F. > > xCnf_Act_YN= .F. > > xAppt_Md_YN= .F. > > > > But - I'm still wondering WHY? Because, obviously - doing that in a > single line looks much CLEANER in the Code that making Four lines! > > Thanks, > > -K- > > > > Senior Developer > > Waitex Information System, Inc. > > P Save a tree. Don't print this e-mail unless it's really necessary. > > > > > > --- 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://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajcbksp9npjoxd0j_vbpbbp7y2dbgrofrtgisoggvx-fenz...@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.
