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.

couldn't you create a function that returned the single line you want?

Or you could define your own constant: set Q = QUOTE

That would at least shorten it up.

command= baCommand &a &sep &b &sep &c &sep &d &tail

I like how that reads (no white space on the right of the &).


--
Cole

[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 PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

Reply via email to