Black Ops III

sprintf

Replaces field specifiers in a string with values passed in, returns result string format specifiers take the form of {[n]} in the source string where [n] indicates which value to print, e.g. 0 is the first user arg

Example:

sprintf("{0} is the first string","first")

Parameters

ParameterSummary
*stringThe string to translate
[args]zero or more arguments

* = mandatory