That gave me an idea, maybe if you use $1-, if $isid it should return it EXACTLY as entered, meaning $blah(test, test,test)
$1 = test
$2 = test
$3 = test
$1- = test, test,test

I can't really think of a situation where you would ever request all the params passed to an identifier other than if you wanted to use it as text...