I am unable to use the delimit command.
Asking for help with
Gives the following syntax:
#delimit { cr | ; }
and the following example:
But I have no success, Stata throws an error when I try
Or:
Browsing the internet, I find no reports on such a problem. I have Stata 15.1 and have loaded a data file. I would be thankful for help.
Christopher Bratt
Asking for help with
Code:
help delimit
#delimit { cr | ; }
and the following example:
Code:
#delimit ;
Code:
. #delimit ; Unknown #command
Code:
. #delimit cr Unknown #command
Christopher Bratt
Comment