Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: how to change ñ to n


From   Eric Booth <[email protected]>
To   [email protected]
Subject   Re: st: how to change ñ to n
Date   Thu, 1 Apr 2010 23:22:37 -0500

>

Use the subinstr() function for ascii char 150:

replace test = subinstr(test, char(150), "n", .)

~ Eric



__
Eric A. Booth
Public Policy Research Institute
Texas A&M University
[email protected]
Office: +979.845.6754
Fax: +979.845.0249
http://ppri.tamu.edu

On Apr 1, 2010, at 6:37 PM, Patricia Ritter wrote:

> Hi
> anyone knows how to change one letter of a word in stata? (In excel
> you will do it with find and replace.)
> Or more concretely does anyone knows how to change ñ to n?
> thank you
> p
> 
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/



*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index