Function str-fmt
str-fmt formatString [arg1 ...]
Builds a string from a template string, in the same way as the
Java java.text.MessageFormat class.
- Parameters:
- formatString -
A string object representing the format string in the way of
the Java java.text.MessageFormat class.
- arg1 -
Object used by the format string.
- Returns:
-
A new string created from the format string and remaining arguments.
-
Report a bug or request new features
© 2002