jkStringConcatFormattedFlex


Concatenates a string with an inserted flex. Syntax:

jkStingConcatFormattedFlex(flex, "string %f string");

flex: This can be any flex.

"string" This is a normal string of characters.

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