Dears,
I know this topic has been explained in other posts, but I cannot solve my problem.
I have more than 1000 string names in one var with some special charaters reported in stata like this: Sp�ldzielnia, Sch�negger (they appear with a rectangle).
I tried to replace this character with the following code but I get an error message.
Could you please help me to find a solution?
thanks
Federica
I know this topic has been explained in other posts, but I cannot solve my problem.
I have more than 1000 string names in one var with some special charaters reported in stata like this: Sp�ldzielnia, Sch�negger (they appear with a rectangle).
I tried to replace this character with the following code but I get an error message.
Code:
replace var= subinstr(var, `=char(160)', "", .) � invalid name r(198);
thanks
Federica
Comment