Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: generating a string from floats


From   "Kompal Sinha" <[email protected]>
To   <[email protected]>
Subject   st: generating a string from floats
Date   Tue, 29 Oct 2002 10:24:19 +1100

Hi There,
I have 5 variables(floats) in following format: (the first row looks like
this):
  x       y     z     t    q
123456  78965 12345 45678 56

I want to make a new Identifier variable (preferably string) which just puts
the five variables side by side like:
12345678965123454567856

I tried gen str23 caseid = x+y+z+t+q but it gives the error type mismatch.
I also tried to convert floats to strings using stattransfer but it didn't
work I am getting blank columns. I can't do it mathematically as the number
created will be more than sixteen digits and won't solve my purpose.
How should I proceed???

Thanks In advance,
Kompal

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