Next Previous Contents

58. sprintf

Synopsis

Format objects into a string

Usage

String sprintf (String format, ...);

Description

This function performs a similar task as the C function with the same name. It differs from the S-lang function Sprintf in that it does not require the number of items to format. See the documentation for Sprintf for more information.

See Also

Sprintf, string, vmessage


Next Previous Contents