
     itemlist
        Itemlist is used to specify several items for  a  choice,
        menu or list.  Syntax:

        itemlist={ list=... separator=... }

        list is a single string containing a list of  items.  The
        string will be parsed to obtain the individual items. The
        label and value of each item will be the same, set to the
        string  taken  from  the  list.   Thus  itemlist  is  not
        appropriate when the text displayed on the screen for  an
        item  (the  label)  and  that  used  for the value are to
        differ.  separator is a string of characters that is used
        to  separate different items in the list string. Defaults
        to separator=" " (the blank character.)

        examples:
        itemlist={ list="red white blue" }
        itemlist={ list=`ls -aF` separator=" \n" }
