When I run the code
forvalues i=1(1)20{
tostring `i', replace(s`i') format(%02.0f)
}
i got the error message: 1 invalid name
What is wrong with the sintax?
forvalues i=1(1)20{
tostring `i', replace(s`i') format(%02.0f)
}
i got the error message: 1 invalid name
What is wrong with the sintax?
Comment