Workspace 6.21.5
|
Provides basic information about a StringSelection, such as the number of strings it contains, and which item is selected.
Inputs: | |||
---|---|---|---|
StringSelection | CSIRO::DataExecution::StringSelection | ||
Outputs: | |||
Number of items | int | ||
Selected string | QString | The string that is currently selected, output as a QString. | |
Selected index | int | The index of the string that is currently selected. | |
Strings | QStringList |