At 2:51 pm +0200 28/7/07, Emmanuel wrote:

>With Satimage osax, I'm afraid your hack is the good solution.

Or else

set _string to "xxx" & tab & "AAA" & tab & "
xxx" & tab & "BBB" & tab & "
xxx" & tab & "CCC" & tab & return
set _string to change "\\t([B-Z]+)\\t$" into "\\1" in _string with regexp

JD