Hi All,

I am about a week old into Kepler and having difficulty defining an array 
variable programmatically.  I have search the internet for this to no avail.   
I know how to do it as a constant by assigning the value = {"x1", ...}.  

What I like to do is define a variable with scope workflow wide say 

string fileNames[];
 
then assign values to it as in 

fileNames[0] = "file0"
fileNames[1] = "file1"


and so on.


Thank you very much,

Ric
_______________________________________________
Kepler-users mailing list
Kepler-users@kepler-project.org
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users

Reply via email to