What happens with a multiple select?

is coded:

   <SELECT name=FIXINS MULTIPLE > 
	<OPTION SELECTED>pickles
	<OPTION SELECTED>mustard
	<OPTION SELECTED>maple syrup
	<OPTION>onions
   </SELECT name=MXYZ MULTIPLE >

Application Dispatcher Generates These Macro Variables:

FIXINS     the first item selected     if any selected
FIXINS0     the number of items selected     if more than one selected
FIXINS1     the first item selected     if more than one selected
FIXINS2     the second item selected     if more than one selected
.
.
.