Hi Statalist,
I'm facing some issues, are there any instructions that can help me?
I need to convert a pure numeric string up to 17 digits to numericic
But when I was doing this, I found that the two common methods (destring and real) failed to work
They will only convert to %9.0g or %10.0g
And this leads to loss of data, which I don't like
Don't know if there is a way to convert it completely
thanks!
My data is as follows:
I'm facing some issues, are there any instructions that can help me?
I need to convert a pure numeric string up to 17 digits to numericic
But when I was doing this, I found that the two common methods (destring and real) failed to work
They will only convert to %9.0g or %10.0g
And this leads to loss of data, which I don't like
Don't know if there is a way to convert it completely
thanks!
My data is as follows:
Code:
id 00102010000010101 00102010000020201 00102010000020202 00102010000030201 00102010000030202 00102010000040301 00102010000040302 00102010000040303
Comment