SCREEN FLUSH_BUFFER

SCREEN FLUSH_BUFFER causes all buffered output to be sent to the terminal immediately.  This statement/command would normally be executed just before performing some CPU-intensive calculations, or when the terminal screen must be updated.

SYNTAX

SCREEN FLUSH_BUFFER

EXAMPLE

SCREEN FLUSH_BUFFER

This example sends all buffered output to the terminal.

Back to Statements and Commands    Next page SCREEN HOME_CURSOR