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: Creating new variable which includes the first 6 symbols of a 9 symbol string variable


From   Nick Cox <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   RE: st: Creating new variable which includes the first 6 symbols of a 9 symbol string variable
Date   Tue, 21 Dec 2010 15:23:39 +0000

To spell it out 

gen newvar = substr(strvar, 1, 6) 

Nick 
[email protected] 

Neil Shephard

See -man substr()-

Dassen, Sander 

> I need to create a new variable which includes the first 6 symbols of a 9 symbol string variable.
>
> For example:
>
> Y7542C106
>
> should be returned as:
>
>  Y7542C


*
*   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