March 2002
Intermediate to advanced
528 pages
21h 29m
English
sprintf
string sprintf(stringformat[, mixedvalue1[, ... mixedvalueN]])
Returns a string created by filling format
with the given arguments. See printf
for more
information on using this function.