Print to PDF?

Peter Brigham MD pmbrig at gmail.com
Fri Aug 7 14:54:19 EDT 2009


On Aug 7, 2009, at 8:08 AM, François Chaplais wrote:

<snip>
> put the number of lines of theText into n
>   repeat with i = n down  to 2
>      get line i of theText
>      if it is empty and line (i-1) of theText is empty then
>         delete line i of theText
>      end if
>   end repeat
<snip>

Couldn't you do this part faster with

replace cr & cr with cr in theText

-- Peter

Peter M. Brigham
pmbrig at gmail.com
http://home.comcast.net/~pmbrig





More information about the use-livecode mailing list