how about
Code: Select all
repeat for each line cLine in theVoiceList
put word 1 to -2 of cline & cr after output
end repeat

Kind regards
Bernd
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
repeat for each line cLine in theVoiceList
put word 1 to -2 of cline & cr after output
end repeat