flush . response . sncode
                    
                        VERSIONlatest
                    
                    Flush current buffer.
                
                
                FLUSH
NAME
flush - Flushes current buffer.
SYNOPSIS
flush();
DESCRIPTION
This function is used to flush current output buffer immediately.
Error recuperation won’t be working after this function.
EXAMPLES
Note: In the followings examples, the _ between the { should be removed to make it work.
{_{
        for(i=0;i<100;++i) do
                "i="; i; "<br />";
                flush();
                sleep(1);
        endfor
}}
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>