If you're not using maths, you must be using strings!
+-----------------+
| province city |
|-----------------|
1. | 11 321 |
2. | 22 4321 |
3. | 33 21 |
+-----------------+
. gen idcode=real(string(province)+string(city))
. l
+--------------------------+
| province city idcode |
|--------------------------|
1. | 11 321 11321 |
2. | 22 4321 224321 |
3. | 33 21 3321 |
+--------------------------+
Kit Baum, Boston College Economics
http://ideas.repec.org/e/pba1.html
An Introduction to Modern Econometrics Using Stata:
http://www.stata-press.com/books/imeus.html
*
* 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/