Could you explain what you mean? The Format Into String function does allow for inserting spaces or any other character between, before, or after. For example, if the format string is "%s %s" and you have input strings "a" and "b", the output will be "a b".