When I run this script in ScriptDebugger or ASS Editor, The message in the reply get repeated like 10 times
or empty text is repeated 10 times. Could someone please tell me that this is just me?
Or has anybody produced a workaround for this behaviour? Please share it!
set theCntns to ""
set dmsg to {}
set selMsg to {}
set theAnsw to {}
tell application "Mail"
-- make new outgoing message
copy selected messages of front message viewer to selMsg
copy item 1 of selMsg to dmsg
-- copy content of dmsg to thCntns gives RIGHT result
set the theAnsw to reply dmsg with opening window
end tell
Best Regards
McUsr