Stata code may contain conditional statements. Currently within StatTag, how we are processing Stata code and sending it via the API causes the program to hang once we process and send if() { (Note: this would impact any statement that uses open braces).
This is because StatTag waits for Stata to respond before continuing, however Stata is not going to continue until it receives the rest of the code that includes the closing brace.
Stata code may contain conditional statements. Currently within StatTag, how we are processing Stata code and sending it via the API causes the program to hang once we process and send
if() {(Note: this would impact any statement that uses open braces).This is because StatTag waits for Stata to respond before continuing, however Stata is not going to continue until it receives the rest of the code that includes the closing brace.