Hello everybody,
I have downloaded some data that Stata (Stata 12 version) is not able to read as numeric because of the "," thousand separator. I run:
destring rgdp2010, replace
but I get the error:
rgdp2010 contains nonnumeric characters; no replace
how can I substitute "," with "" (nothing) in these observations?
Thanks to anyone will help
I have downloaded some data that Stata (Stata 12 version) is not able to read as numeric because of the "," thousand separator. I run:
destring rgdp2010, replace
but I get the error:
rgdp2010 contains nonnumeric characters; no replace
how can I substitute "," with "" (nothing) in these observations?
Thanks to anyone will help

Comment