edit help

Laura Brody laura at hvcomputer.com
Fri Jan 20 06:54:39 PST 2006


On Fri, 20 Jan 2006 09:21:59 -0500, Kroboth, Joe <joe_kroboth at chernay.com> wrote:

> Hello,
>
> Looking for an edit to remove quote marks from a string.    The edit syntax
> is making my head hurt :-)
>

Since the edit language/syntax uses the " character as a
delimiter, you can't manipulate it from there.

In processing, use XLATE(str,chr("34"),"")

this will find all of the " characters in the field "str" and
replace them with nothing.
-- 
Laura Brody, Publisher of the filePro Developer's Journal
+------------- Hudson Valley Computer Associates, Inc ----------+
| PO Box 859 120 Sixth Street    http://www.hvcomputer.com      |
| Verplanck, NY 10596-0859       Voice mail: (914) 739-5004     |
+------ PC repair locally, filePro programming globally --------+


More information about the Filepro-list mailing list