|
| Previous: 3.9.4 SWRITEF | TOC | Index | Back | Next: 3.10 SYSTEM -- System Interface |
U.WRITEF(fd, tmpl, args) ! FDesc,Str,Vec => Num
Format the arguments contained in the vector 'args' using
STR.FORMAT(buffer, tmpl, args)
where 'buffer' is an internal buffer of the length UTIL.BUFLEN. The buffer is then written to the file descriptor 'fd'.
WRITEF returns the number of characters written using T3X.WRITE.
| Previous: 3.9.4 SWRITEF | TOC | Index | Back | Next: 3.10 SYSTEM -- System Interface |