[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: Padding zeros, writing functions
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/