Hi everyone. Is there any code to execute only certain lines of a do file? I know you can execute the whole file by "do namefile.do". I appreciate. Joan
-
Login or Register
- Log in with
if "`1'" == "foo" { di "this works" } if "`1'" == "bar" { di "this too" }
Comment