Question Rudy Simons · Oct 31 Visual Studio terminal crashes when executing a simple set instruction Hi, I'd like to report a really strange behavior of the Intersystems Lite Terminal after executing a simple ObjectScript instruction. From the Intersystems Lite terminal, execute the following instructions: - Set uniqueId = "12345678_1"- Set uniqueId = $p(uniqueId,"_",1)_"_"_($p(uniqueId,"_",*)+1)After executing the second instruction, the terminal closes without any error. #Other 1 4 0 57