Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: how to avoid truncation when trimming a long string


From   "reardon, sean f." <[email protected]>
To   <[email protected]>
Subject   RE: st: how to avoid truncation when trimming a long string
Date   Sun, 12 Mar 2006 17:19:26 -0800

ah yes -- the simple elegant solution

local model `model' 

strips leading & trailing blanks.  thanks richard.

by the way, removing the = sign does not work:

local model trim("`model'")

returns this:

. di "`model'"
trim(xxx)

where xxx is what was in `model'

thanks.
sean.
_____________________________
 
sean f. reardon
associate professor of education and (by courtesy) sociology
school of education, CERAS building 
520 galvez mall, #526
stanford university
stanford, ca 94305-3084
650.736.8517 (office phone)
650.723.9931 (office fax)
[email protected]
_____________________________
 

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Richard
Williams
Sent: Sunday, March 12, 2006 4:24 PM
To: [email protected]
Subject: Re: st: how to avoid truncation when trimming a long string

At 06:38 PM 3/12/2006, reardon, sean f. wrote:
>colleagues --
>i want to trim leading a trailing blanks off a string entered by a user
>in a program -- the string is saved in local macro "model".  the string
>may be very long (longer than 256 characters).
>
>when i use the following line:
>
>local model = trim("`model'")

How about just

local model `model'

I believe leading and trailing blanks get striped that way.


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX:    (574)288-4373
HOME:   (574)289-5227
EMAIL:  [email protected]
WWW (personal):    http://www.nd.edu/~rwilliam
WWW (department):    http://www.nd.edu/~soc 

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index