I abandoned the /// as I am using the command to check the syntax before saving it in the do file. So I need a syntax that works in both command and do file.
I am using the syntax mentioned earlier:
and it doesn't run from the do file.
I am using the syntax mentioned earlier:
Code:
#delimit ; lab define soft_h 1 "Colour" 2 "Lemon" 3 "Water" 4 "Orange" 5 "Tan" 6 "Other1" 7 "Other2" 8 "Other3" 9 "Don't Know" ; #delimit cr
Comment