I guess I didn’t make it clear that though I called it an _expression_ when in fact it’s an operator, it is indeed the operator I haven’t been able to figure out how to use. So, has anybody used the Concat operator successfully and/or care to post a working example?

 


Gary McCullough 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of McCullough, Gary
Sent: Monday, September 13, 2004 10:51 AM
To: [EMAIL PROTECTED]
Subject: RE: [Nant-users] string::concat?

 

Sorry. It’s Monday. I’m not awake yet.

 

It’s not a function, it’s an operator. Here’s what the docs say:

 

-------------------

4.4.1 Concat

Summary

Returns the concatenation of both string operands.

 

Examples

-------------------

 

http://nant.sourceforge.net/nightly/help/fundamentals/expressions.html#op-string-concat

 

 


Gary McCullough 


From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED]
Sent: Monday, September 13, 2004 10:44 AM
To: McCullough, Gary; [EMAIL PROTECTED]
Subject: Re: [Nant-users] string::concat?

 

string::concat() isn't supported. Use + operator for concatenation. Where did you find this function?

 

Jarek

----- Original Message -----

Sent: Monday, September 13, 2004 3:21 PM

Subject: [Nant-users] string::concat?

 

This may sound stupid, but I can’t figure out how to make the string::concat function work. (The docs are kind of vague on it.) Can someone post an example?

 


Gary McCullough 

 

Reply via email to