> The reason is that we're trying to provide to the user the possibility to
> parametrise its jobs. In other words we would like to manage a classad like:
>
> values={ "1" , "2" , "2bis" ........ , "last" } ;
> input ="input" + values[ i ] ;
> output = "output" + values[ i ] ;
>
> and then generate n classad iterating over the values.
> thank you,
As Alain mentioned, the strcat function will concatenate the strings. I'm
curious about the second part of the problem: generating a classad iterating
over the values. Can you describe this part?
--Joe Nelson
Condor Classads Info:
http://www.cs.wisc.edu/condor/classad/
|