I am trying to do some string concatenation/formatting, but it\'s putting all the parameters into the first placeholder.
Code
function C
Paul's right. In PowerShell, function parameters are not enclosed in parenthesis. (Method parameters still are.) Your initial call was just passing one big array to the function, rather than the three separate parameters you wanted.