Shaw, Gerry wrote:

>For clarity here it is again.
>
>If you went:
>
><property name="alpha"   value="a"/>
><property name="bravo"   value="b"/>
><property name="charlie" value="c"/>
><property name="abc"     value="123/>
>
><echo message="${alpha}"/> 
>
>you would get (as you would expect):
>
>[echo] a
>
>If you went:
>
><echo message="${${alpha}bc}"/>
>
>
>You would get (something you might expect - I hope):
>
>[echo] 123
>

OK I get it now. Reading it before, it looked like ${${alpha}} was 
referencing the alpha key in some compound property - maybe I've been 
looking at too much perl code :) . So its just doing string substition. 
Seems reasonable but not somthing I'd need to use too often.

Ian

-- 
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a 
criminal offence." (Edsger Wybe Dijkstra)




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to