jkStringConcatFormattedInt(integer, "string %d string");
integer: This can be any integer.
"string" This is a normal string of characters.
%d This is a marker placed inside the string to indicate where the integer should be inserted. This marker may be placed anywhere in the string.