edit to remove double quote in field

brian at aljex.com brian at aljex.com
Wed Jul 24 20:08:05 PDT 2013



-----Original Message-----
From: "Kenneth Brody" <kenbrody at spamcop.net>
Sent: Wednesday, July 24, 2013 10:35pm
To: brian at aljex.com
Cc: filepro-list at lists.celestial.com
Subject: Re: edit to remove double quote in field

On 7/24/2013 9:57 PM, brian at aljex.com wrote:
>> Stupid email... Or maybe just stupid web mail...
>> [...]
>> So here is the same lines with spaces inserted. You have to remove the spaces.
>>
>> If: ac = "34"
>> Then: oc = " & q u o t ; " ; goto ent2
>> If: ac = "38"
>> Then: oc = " & a m p ; " ; goto ent2
>> If: ac = "39"
>> Then: oc = " & a p o s ; " ; goto ent2
>> If: ac = "60"
>> Then: oc = " & l t ; " ; goto ent2
>> If: ac = "62"
>> Then: oc = " & g t ; "

> Which is pretty much what the TOHTML() function does.

Ooh nice. And I see it doesn't do anything else that I might not have wanted, just 4 characters.

But it doesn't include apostrophy so for xml I'd still need to walk through every character just to look for apostrophies so it doesn't save me anything in this case.

-- 
bkw





More information about the Filepro-list mailing list