t3x.org / t3x / t3x-manual / 34E.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.4.13 WRCH
TOC | Index | Back Next:
3.4.15 WRITES

3.4.14 WRITE

ios.WRITE(buffer, len) ! Vec,Num => Num

Write 'len' characters from 'buffer' to 'ios'. Return the number of characters actually written. A return value less than 'len' indicates a severe error (such as no space left on the target device).

See also: WRITES, WRCH, FLUSH

Previous:
3.4.13 WRCH
TOC | Index | Back Next:
3.4.15 WRITES