RE: [Nant-users] Expression string escape sequence

2005-07-21 Thread John Ludlow
Thanks, I'll give that a try. ** Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you mus

RE: [Nant-users] Expression string escape sequence

2005-07-20 Thread Stephen Tunney
' is probably what you want. Cheers, Stephen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Ludlow Sent: Wednesday, July 20, 2005 12:43 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Expression string escape sequence Hi,

[Nant-users] Expression string escape sequence

2005-07-20 Thread John Ludlow
Hi, I was wondering if there's any way of passing a string with single quotes in to a custom function. Single quotes are the string delimiters for expressions, so you can't just dump them in there. If not, then I think there needs to be an escape sequence. I think '' would work ok for a single