next up previous contents index
Next: Chdir Up: Functions and Procedures Previous: Blockread

Blockwrite

   

Declaration:

Procedure Blockwrite (Var F : File; Var Buffer; Var Count : Longint) ;

Description:

Blockread writes count records from buffer to the file F. If the records couldn't be written to disk, a run-time error is generated. This behavior can be controlled by the {$i} switch.

Errors:

A run-time error is generated if, for some reason, the records couldn't be written to disk.

See also:

Blockread,Reset, Assign

For the example, see Blockread.



Michael Van Canneyt
Thu Sep 10 14:02:43 CEST 1998