I am working with code that someone else created. They appear to have used a semicolon demiter-- #delimit ; is the first line of the file. The code broke after about a day, and I was trying to troubleshoot by rerunning specific sections, but I could not get the code to run. I even copied over a specific section into a new .do file and made sure that the first line was #delimit ; . The code still did not run. HOWEVER, when I removed the first line (#delimit ;) and removed all the semicolons from the ends of each statement, it ran fine. Can anyone explain what's going on here?
-
Login or Register
- Log in with
Comment