Export csv
Jeff Harrison
jeffaharrison at yahoo.com
Fri Aug 19 09:20:52 PDT 2005
--- Christopher Yerry <christopheryerry at yahoo.com>
wrote:
[snip]
> Write a routine that goes through your data and
> removes the double quotes and replaces them with
> single
>
> Aka
> Then:X="1"
> 'Initilize the counter
> Loop If: asc(mid(<FieldNumber>,"1",x)) = "34"
> 'If there is a "
> Then: mid(FieldName,"1",x)= asc("39")
> 'replace it with '
> If: x < len(<FieldNumber>
> 'Search to the end
> Then: goto loop
>
> if:
> Then:(export routine)
>
[snip]
I would recommend using the xlate command instead. Of
course the original question was how can he do this
WITHOUT removing the double quote.
Jeff Harrison
jeffaharrison at yahoo.com
Author of JHExport and JHImport. The easiest and
fastest ways to generate code for filePro exports and
imports.
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
More information about the Filepro-list
mailing list