We were using this command in Stata 13 with no problems:
destring count, ignore(,) replace
But we got Stata 14 installed this morning and got this error when we ran the same command on the same dataset:
ignore string must be enclosed with quotes to ignore commas or use options
r(198);
Anyone knows why is that?
Thank you!
destring count, ignore(,) replace
But we got Stata 14 installed this morning and got this error when we ran the same command on the same dataset:
ignore string must be enclosed with quotes to ignore commas or use options
r(198);
Anyone knows why is that?
Thank you!