Getting the text content of a HTML page

Sarah Reichelt sarah.reichelt at gmail.com
Sun Aug 3 06:32:54 EDT 2008


> But, just out of interest, is there a way to script "if there are more than
> one blank line together, get rid of the extras and just have one" ?

repeat while tString contains cr & cr
  replace cr & cr with cr in tString
end repeat

That should do it.

Cheers,
Sarah



More information about the use-livecode mailing list