> 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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to