Probably an easy question, but what function will allow me to subsitute parameters in a string. I want to do something like ("The {1} fox jumped over the {2}.","brown","fence") which would make "The brown fox jumped over the fence.". Simple yes, but I cant find the function.