I am not sure (never tried it), I am assuming you have a parameter that allows multiple selections. The selections would be in the form of an array. You could (I think) create a for loop to display all the strings (i.e, build a string in the for loop). I would use a switch statement in the for loop (I think it would execute faster than if statements).
Lots of luck.