I seem to be having trouble getting the SelectorList module. The following
is a subset set of my script.
ImportSpreadSheet --> extract --> select <-- SelectorList
ImportSpreadSheet = used to import a file with containing a list of filenames
Extract = column0
SelectorList = 0 to 11 with each value corresponding to a file
I get the following error when I run the script:
Error: Select. Bad parameter 'which item' must be an integer or integer
list between 0 and 4
Any ideas as to why I am getting the error message?
Thanks.
Gerry Cheok