Anyway, I know there is no trim function in transcript and I've read the documents and came up with the following code.
Code: Select all
put the text of me into RText
answer RText
repeat for each line theLine in RText
return char 1 to -2 of theLine afer NewRText
end repeat
answer "New Text" & NewRText
Any help is appreciated.