t3x.org / t3x / t3x-manual / 394.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.9.3 PRINTF
TOC | Index | Back Next:
3.9.5 WRITEF

3.9.4 SWRITEF

U.SWRITEF(ios, tmpl, args) ! IOS,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 sent to the output stream 'ios'.

SWRITEF returns the number of characters written using IOSTREAM.WRITE.

Previous:
3.9.3 PRINTF
TOC | Index | Back Next:
3.9.5 WRITEF