xlate question

Matthew Williams matthew.d.williams at gmail.com
Thu Jan 20 12:16:22 PST 2005


I would like to replace any commas and single quotes in a field with
blank spaces with xlate, however I can only figure it out to eliminate
one or the other, how would I do it with multiple ascii chars?  so far
this works to eliminate one of them:

rep(15)=xlate(15,chr("34")," ")

That eliminates all single quotes, now I would like to also remove
commas which is chr("44"), how do I add that to the list of characters
to translate?

This is as i'm writing out to a file on a export if that helps out any...

Thanks!
-Matt
Hale Mfg. Co.


More information about the Filepro-list mailing list