[Name] MULTIPARAMETER [Description] Two ways of using this gui type. Method #1: When the list of parameters is defined based on a choice selection, use in combination with a MULTIPARAMCONTROLLER type and leave the config string blank. In this case, the list of parameters represented by this parameter is set by the value of the MULTIPARAMCONTROLLER. Method #2: To specify a static list of parameters represented by this parameters, set the config string to indicate the file that contains the desired parameter list. The file should contain a list of GUI lines defining the parameters. See FTPCaller and GMEStyler for an example of using this parameter type. Think carefully about the delimiter you need to use. When chosing a delimiter ensure that this is NOT a character that will appear in any parameters values within the container. If you have OR_ATTR types, then conditionals need to be considered and they can have ; ' and space as delimiters in them already. The default is ;. In a Transformer (*.fmx) File Syntax PARAMETER_NAME: PARAMETER_TYPE: MULTIPARAMETER [FILE%][DELIM%][INLINE%TRUE|FALSE] PARAMETER_PROMPT: