The program I used to destring was
Code:
. foreach v of varlist myvar1 { 2. replace `v' = subinstr(`v', ",", ".", .) 3. destring `v', replace 4. }
----------------------- copy starting from the next line -----------------------
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input double var1 str10 var2 77.75614712 "77.756.147" 79.31699392 "79.316.994" 75.48086027 "7.548.086" end
0 Response to Destring retuned to double instead of float
Post a Comment