On 24/08/14 18:48, Colin Holgate wrote:
What if the field happen to already end with a cr?


On Aug 24, 2014, at 11:38 AM, Peter M. Brigham <pmb...@gmail.com> wrote:

function zapAtEndOfLine tStr, tContainer
   put cr after tContainer
   replace tStr & cr with cr in tContainer
   return char 1 to -2 of tContainer
end zapAtEndOfLine


Use my "cruder" method :)

Richmond.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to