Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem with #delimit ; in MacOS

    Hello
    I Am try to use command #delimit ; , but when run de command and any line I get a error.
    For example:

    clear ;

    not allowed
    r(198);


    or

    drop _all ;
    _all not allowed
    r(198);


    Any suggestions?

  • #2
    Code:
    #delimit ;
    drop _all
    ;
    #delimit cr
    Roman

    Comment


    • #3
      The question is duplicated and answered at https://www.statalist.org/forums/for...limit-in-macos

      Comment

      Working...
      X