On Aug 2, 2013, at 07:40 24, Gary Hodder wrote:

> Or maybe Fred could mod the code so that the ! only acts as a delimiter
> when it is the last character on the line.

I suspect that Rob's intent in splitting the line was to try to generate CR/LF 
at strategic points.  Won't work.  Use the '%0D%0A' escape sequence instead.  
Likewise, if a literal '!' is needed, use '%21'.

Cheers!


|-------------------------------------------------------------------------|
| Frederick F. Gleason, Jr. |               Chief Developer               |
|                           |               Paravel Systems               |
|-------------------------------------------------------------------------|
| "There are three principal ways to lose money: wine, women, and         |
| engineers.  While the first two are more pleasant, the third is by far  |
| the more certain."                                                      |
|                                 -- Baron Rothschild, ca. 1800           |
|-------------------------------------------------------------------------|

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to