matrixindicator
IS-IT--Management
Hey,
I do an import of a .dbf file. This is a neat file but a little contamination can occur.
I am familiar with Chr() use to replace some unwanted chararters. The case is, visually in my text I see a little square like in Chr(127) in the ANSI table. I tried Chr(129), Chr(157), Chr(144), Chr(143), Chr(141). But none of them recognize this sign and erase this. My code is tested with other signs that he recognize and repclace.
my second question is, when he dedect this sign how to say, replace with nothing, because the sign is in the word.
I do an import of a .dbf file. This is a neat file but a little contamination can occur.
I am familiar with Chr() use to replace some unwanted chararters. The case is, visually in my text I see a little square like in Chr(127) in the ANSI table. I tried Chr(129), Chr(157), Chr(144), Chr(143), Chr(141). But none of them recognize this sign and erase this. My code is tested with other signs that he recognize and repclace.
Code:
SANGESA
my second question is, when he dedect this sign how to say, replace with nothing, because the sign is in the word.