Re: [classad-users] string concatenation


Date: Mon, 20 Sep 2004 11:14:47 -0500 (CDT)
From: Joe Nelson <jnelson@xxxxxxxxxxx>
Subject: Re: [classad-users] string concatenation
> 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/



[← Prev in Thread] Current Thread [Next in Thread→]