Running a script multiple times with different inputs.
Hi
I have written a script which gets some data, does some manipulation(like sorting,ordering,subset etc) and finally plots the data.
Need to run this script several times with different inputs.How can I do this?
This is what I tried -
in_list = {};
in_list = Associative array(dtin:input) << get keys //this is to get all inputs into a list
for(i=1,i<Nitems(in_list),i++,
//put all the code ...