extract by delimiter

Mike Bonner bonnmike at gmail.com
Tue Dec 28 19:11:44 EST 2010


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 <coiin at 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list