Disabling screen updates
I have a script that does lots of table operations like Stack, update, split , summary etc. Each operation displays a table once it is complete. I wanted to ask if there is a way to halt the screen updates at the beginning of the script and then turn them back on at the end of it.
Something like this..
//Open Data Table and set to invisible
dt = Open(file,invisible);
// Turn off screen
...