[Name] ORDEREDLIST [Description] Allows user to compile an ordered list of items from either a list of attribute items or list of arbitrary items depending on the mode of the parameter. In ATTRLIST mode users will be able to choose from a list of attributes and this means that the parameter is used in a context where attributes are available. In ITEMLIST mode users provide a '%' delimited list of items to choose from. Return value for this parameter is space delimited string of FMEParsableText encoded parts. e.g. "item1 item2 ....itemn" is returned if the selected items were "item 1", "item 2" and so on. In a Transformer (*.fmx) File Syntax PARAMETER_NAME: PARAMETER_TYPE: ORDEREDLIST ATTRLIST|ITEMLIST%item1%item2...%itemN PARAMETER_PROMPT: