t3x.org / t3x / t3x-manual / 32H.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.2.16 SEEK
TOC | Index | Back Next:
3.3 CHAR -- Character Functions

3.2.17 WRITE

T.WRITE(fdesc, buffer, count) ! Fdesc,Vec,Num => Num

Write 'count' characters from 'buffer' to the file descriptor 'fdesc'. Return the number of characters actually written.

A return value which is less than 'count' indicates a severe error (such as insufficient space left on a device).

For a summary of standard descriptors (system input and output), see OPEN.

See also: OPEN, CLOSE, READ, SYSTEM.PIPE

Previous:
3.2.16 SEEK
TOC | Index | Back Next:
3.3 CHAR -- Character Functions