Converting a Number into String
Posted: Tue Sep 16, 2014 7:20 am
This should be fairly simple. I'm trying to convert a numeric field into a string.
series FieldName = @str(CustomerNumber)
I get an error message: Can not assign string expression to numeric variable in...
The CustomerNumber is a number between 10 and 15 digits. It is also used to give structure to the series in panel data.
What could be the problem?
series FieldName = @str(CustomerNumber)
I get an error message: Can not assign string expression to numeric variable in...
The CustomerNumber is a number between 10 and 15 digits. It is also used to give structure to the series in panel data.
What could be the problem?