|
| Previous: 3.4.14 WRITE | TOC | Index | Back | Next: 3.5 MEMORY -- Dynamic Memory Management |
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 |