quis custodiet ipsos custodes?

Kenneth Brody kenbrody at spamcop.net
Wed Nov 13 14:34:20 PST 2013


On 11/13/2013 5:26 PM, Jean-Pierre A. Radley wrote:
> That classic query is somehow suggested by my quest: quoting the quote.  :-)
>
> I want to concoct an edit which removes a double-quote, ", from a field
> being imported from a .csv file.

I don't believe that that is something which the edit language can do. 
However, you can use XLATE() on the data once imported:

     result = XLATE(data,chr("34"),"")

-- 
Kenneth Brody


More information about the Filepro-list mailing list