FLUSH
From Recital Documentation Wiki
Revision as of 15:01, 17 March 2009 by Yvonnemilne (Talk | contribs)
Contents
FLUSH
Class
Screen Forms
Purpose
Flushes the terminal buffer
Syntax
FLUSH
See Also
Description
The flush command flushes all the characters in the terminal buffer to the terminal. To optimize terminal I/O, the Recital/4GL will buffer terminal I/O until a command that requires user input is issued, or the terminal buffer fills up. The terminal buffer size is determined by the SET TBUFSIZE command.
Example
for i = 1 to 5000 @13,1 say "Loop " + ltrim(str(i)) flush next
Products
Recital Mirage Server, Recital Terminal Developer