Statalist The Stata Listserver


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

Re: st: Padding zeros, writing functions


From   "Ari Friedman" <[email protected]>
To   <[email protected]>
Subject   Re: st: Padding zeros, writing functions
Date   Thu, 25 Jan 2007 14:18:34 -0500

Thanks Svend.  That does what I was looking for.
And thanks Nick.  Your answer was (as always) most informative, if
depressing in this case.  User-written functions would be useful on those
rare occasions when Stata doesn't already have a built-in or user-written
way of achieving the desired effect.
Ari


>>>>>>>>>>>>>>>>>
Ari asked:
 
1) Is there a good padding function already written?
- -----------------------------------------------------------
 
Look here:
 
input ncode
1
15
387
end
tostring ncode , generate(scode) format(%03.0f)
list
     +---------------+
     | ncode   scode |
     |---------------|
  1. |     1     001 |
  2. |    15     015 |
  3. |   387     387 |
     +---------------+

 
Hope this helps
Svend


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