Wow, 300 replies while I was typing! On Tue, Dec 28, 2010 at 5:11 PM, Mike Bonner <bonnm...@gmail.com> wrote:
> Its not pretty, but will this help? > > put field 1 into tText -- where I put your sample data > put "=" & quote into tReplace > replace tReplace with "=" in tText > replace quote with cr in tText > filter tText without empty > if the last char of tText is cr then delete the last char of tText > > -- at this point tText should have a much easier to parse set of lines > -- depending on what you want to do with it, might need to remove > pre-spaces but thats easy enough > > On Tue, Dec 28, 2010 at 4:25 PM, Colin Holgate <co...@verizon.net> wrote: > >> Can you say where the RSS feed is located? It almost looks like the >> problem could have been fixed at an earlier stage. >> >> >> >> _______________________________________________ >> 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 >> > > _______________________________________________ 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