t3x.org / t3x / t3x-manual / 395.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.9.4 SWRITEF
TOC | Index | Back Next:
3.10 SYSTEM -- System Interface

3.9.5 WRITEF

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