<>
I assume you meant "5 if the 5 digits number end in a(n) ODD number." ? If
so:
*******
clear*
input code
12323
10230
45321
65098
54397
end
compress
list, noo
replace code=10*code+5*mod(code,2)
list, noo
*******
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Tiago Fonseca
Sent: Montag, 15. Februar 2010 20:20
To: [email protected]
Subject: st: Add
How can I add a number to a real by its parity?
I have a 5 digits code and I want to generate 6 digits code where the
last digit is:
0 if the 5 digits number end at 0 or a even number
5 if the 5 digits number end in a even number.
Regards,
Tiago Fonseca
*
* 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/