Hi,
Since last update I've done with StataNow, I've realized some troubles editing and reading my programs.
Indeed, I was used to separate several blocks of code with the standard comment delimiter /* and */, with some others special caracter between.
With the "=" caracter, it is still OK :
But with my other way of separating with /****/, it is not ok any more. Indeed it seems Stata doesn't catch the end "*/" of the comment such that the command line "webuse auto.dta is also considered as comment!!! It was not the case before the update!!!
Does someone has an idea to modify such new configuration?
Since last update I've done with StataNow, I've realized some troubles editing and reading my programs.
Indeed, I was used to separate several blocks of code with the standard comment delimiter /* and */, with some others special caracter between.
With the "=" caracter, it is still OK :
Code:
/*=============================================*/ *Here I write some useful comments /*=============================================*/ ******* STEP 1******* webuse auto.dta
Does someone has an idea to modify such new configuration?
Code:
/*********************************************************************************************************************/ *Here I write some useful comments /*********************************************************************************************************************/ ******* STEP 1******* webuse auto.dta
Code:
Update status Last check for updates: 28 Jan 2025 New update available: none (as of 28 Jan 2025) Current update level: 18 Dec 2024 (what's new)
Comment