jkStringConcatFormattedInt


Concatenates a string with an inserted integer. Syntax:

jkStringConcatFormattedInt(integer, "string %d string");

integer: This can be any integer.

"string" This is a normal string of characters.

%d This is a format specifier which shows where and in what format the integer will be inserted. Refer to the notes.