Workspace 6.21.5
|
Creates a StringSelection data object from an array of input QStrings. The StringSelection object encapsulates not only a list of strings, but which one is "selected". This can be useful for defining user-selectable lists of items.
Inputs: | |||
---|---|---|---|
Ignore string not found | bool | ||
Selection | QString | ||
Store empty strings | bool | If enabled, the output StringSelection will contain any empty strings that were specified in the input list. | |
Strings | Array | QString | |
String lists | Array | CSIRO::DataExecution::StringSelection | |
Outputs: | |||
String selection | CSIRO::DataExecution::StringSelection |