SPRINTF

sprintf FORMAT,LIST

Returns a string formatted by the usual printf conventions of the C language. (The * character for an indirectly specified length is not supported, but you can get the same effect by interpolating a variable into the pattern.)

Back to functions