Re: lingo-l Quotes within quotes in a do statement

2004-04-30 Thread Rich Shupe
I'm extremely tired, so I may be off here, but is there any reason why you can't parse every attribute, after you get inside Director, to replace a unique string with quotes? Warning: The find and replace code can undoubtedly be optimized, and I haven't tested this. (Like I said, I'm very tired.)

RE: lingo-l Quotes within quotes in a do statement

2004-04-30 Thread Mendelsohn, Michael
Hi Rich... Despite being tired, you came up with a creative solution. I like it. Thanks! Michael M. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL

Re: lingo-l Quotes within quotes in a do statement

2004-04-29 Thread Buzz Kettles
At 3:43 PM -0400 4/28/04, you wrote: Hi list... I have a handler that trudges through XML at a particular node and looks for a parameter called command=someLingoStuff. If that param is there in the node, the handler takes what's in the quotes and puts it in a do statement: do(someLingoStuff)

Re: lingo-l Quotes within quotes in a do statement

2004-04-29 Thread Buzz Kettles
At 3:43 PM -0400 4/28/04, you wrote: Hi list... I have a handler that trudges through XML at a particular node and looks for a parameter called command=someLingoStuff. If that param is there in the node, the handler takes what's in the quotes and puts it in a do statement: do(someLingoStuff)

RE: lingo-l Quotes within quotes in a do statement

2004-04-29 Thread Mendelsohn, Michael
Hi Buzz... Thanks for the response. In other situations, what you mention is what I would have done. But as the string is going to appear in an attribute value of an XML node, I'm limited to one line, as in breed=schnauzer. So I can't really concatenate string(a b c), etc with more than one

RE: lingo-l Quotes within quotes in a do statement

2004-04-29 Thread Buzz Kettles
At 1:12 PM -0400 4/29/04, you wrote: Hi Buzz... Thanks for the response. In other situations, what you mention is what I would have done. But as the string is going to appear in an attribute value of an XML node, I'm limited to one line, as in breed=schnauzer. So I can't really concatenate

RE: lingo-l Quotes within quotes in a do statement

2004-04-29 Thread Mendelsohn, Michael
Well, in other situations, yes, I've done that. Thanks! - MM couldn't you create a function that returned the single line you want? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL

RE: lingo-l Quotes within quotes in a do statement

2004-04-29 Thread Cole Tierney
Thanks for the response. In other situations, what you mention is what I would have done. But as the string is going to appear in an attribute value of an XML node, I'm limited to one line, as in breed=schnauzer. So I can't really concatenate string(a b c), etc with more than one line of code.

RE: lingo-l Quotes within quotes in a do statement

2004-04-29 Thread Buzz Kettles
At 2:38 PM -0400 4/29/04, you wrote: command= baCommand a sep b sep c sep d tail I like how that reads (no white space on the right of the ). me too - As I write using the concat symbol, I always think to myself 'concatenate THIS'. -Buzz [To remove yourself from this list, or to change to