Flush on CSP-page
CSP Page prosessing;
Is there a way to flush temporary cache data to csp page while server is still prosessing the end of page ?
So, the whole page is a LOOP which gathers the data. It seems to reveal the output only after when whole thing has finished. Is it possible to flush data to screen on every loop ?
Product version: Ensemble 2017.1
Discussion (2)2
Comments
I think the following should do this
write *-3
Thanks Alexander, that worked perfectly !! :)