Skip to content
Tristan Hume edited this page Apr 23, 2012 · 2 revisions

#Stream.Flush

##Syntax Stream.Flush ( streamNumber : int )

##Description The Stream.Flush procedure is used to flush any buffered output associated with the streamNumber parameter.

##Details Turing automatically flushes any buffered output when a stream is closed. Turing also automatically closes any open files when execution is terminated.

##Status Exported qualified.

This means that you can only call the function by calling Stream.Flush, not by calling Flush.

Clone this wiki locally