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: String task
From
Daniel Marcelino <[email protected]>
To
[email protected]
Subject
Re: st: String task
Date
Fri, 1 Apr 2011 13:26:00 -0300
Thank you Kit.
What is the function of comma "," and point "." in the end of line.
Daniel
On Fri, Apr 1, 2011 at 1:02 PM, Kit Baum <[email protected]> wrote:
> <>
> g day1 = substr(day,1,(strpos(day,"/")-1))
> g day2 = substr(day,(strpos(day,"/")+1),.)
> l
>
> could also be done with regex, probably.
>
> Kit Baum
> [email protected]
>
>
>
> *
> * 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/