t3x.org / t3x / t3x-manual / 34F.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.4.14 WRITE
TOC | Index | Back Next:
3.5 MEMORY -- Dynamic Memory Management

3.4.15 WRITES

ios.WRITES(str) ! Str => Num

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

Strings written by WRITES may not be longer than 32766 characters. If they are, a severe error is indicated.

See also: WRITE, WRCH, FLUSH

Previous:
3.4.14 WRITE
TOC | Index | Back Next:
3.5 MEMORY -- Dynamic Memory Management