Good day! I'm sorry to bring up the topic of crashing again, but I'm experiencing problems with this line of code:
Stata 18 MP4 (15nov2023) crashes on it both in CLI and in GUI, no errors are displayed. I have MacOS of the latest version.
On the contrary,
and
work fine.
Maybe the issue can be fixed in future updates? Thank you!
Code:
cap gen D_FVA = regexmatch(ROW, "^IMP_")
On the contrary,
Code:
list if regexmatch(ROW, "^IMP_")
Code:
drop if regexmatch(ROW, "^IMP_")
Maybe the issue can be fixed in future updates? Thank you!
Comment