Well, you can't append two ampersands in a row in a single string: Fred = Fred + "&&"
because the parser thinks you're starting a comment. But I think you can append them serially, though: Fred = Fred + "&" + "&" On Tue, Feb 14, 2012 at 3:36 AM, Alan Bourke <[email protected]> wrote: > > > On Mon, Feb 13, 2012, at 08:56 PM, Ken Dibble wrote: >> >> You can't concatenate anything containing "&&" to a string in VFP. That >> surprised me, frankly, but you can't. It won't work; you'll get "Command >> contains unrecognized phrase/keyword": >> > > Hey, I didn't know that. It's there in the help as well. > -- > Alan Bourke > alanpbourke (at) fastmail (dot) fm > > [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/cacw6n4v7n4s4y6++astqj1-zhntu-rlxiefn+1xvfa4dxsh...@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.

