Function str-printf
str-printf formatString [arg1 ...]
Builds a string from a template string, in the same way as the C printf
function.
- Parameters:
- formatString -
A string object representing the format string in the way of the C printf
function.
- arg1 -
Object of type dependent on the format string.
- Returns:
-
A new string created from the format string and remaining arguments.
-
Report a bug or request new features
© 2002