I'm trying to destring a variable and have used the code below.
Stata returns "Option / not allowed"
I've tried a different order of the characters and tried with quotes around them, no success. Just to add that this code worked fine when run in Stata 13.1 but I'm currently using Stata 15.1 and it has not worked. Could anyone help please explain where I'm going wrong?
Thank you
Code:
destring numberid, replace ignore(A B C D E F G H I J K L M N O P Q R S T U V W X Y Z , / \ - . _ : ; + = `"""' * ( ) $ & ? ! | ' ) force
I've tried a different order of the characters and tried with quotes around them, no success. Just to add that this code worked fine when run in Stata 13.1 but I'm currently using Stata 15.1 and it has not worked. Could anyone help please explain where I'm going wrong?
Thank you
Comment