Whenever the XML allows users to specify a list strings decider (instead of a concrete list), the following are valid inputs:
A string to list decider takes a single string and parses the string into a list of strings using a delimiter.
To add a string to a list decider
<calculate operation="string-to-list" delimiter=","> <component id="hostListTextbox" /> </calculate>
The "hostListTextbox" component contains a comma-separated list of values that will be converted to a list. This allows you to pass a string into components that accept lists for their input.
Related topics
© 2012 Adaptive Computing