An advanced function that allows string substitutions and formatting of decimals using format strings as used by the C function printf.
<global>
string
Name | Type | Description |
---|---|---|
formatstring | string | The string specifying the format of the result. |
args | array | A list of argument values to be inserted into the string. |