Simple Paste Script

Hi. I know very, very little about AS. All I want to do is write a script for Entrouage that lets me paste my signature at the end of my reply in an email…since Entrourage forces the sig at the bottom of all the content of the email. I wrote what I thought would work, but it says the “paste won’t close” or something like that. Please help. Thanks!

Please show us what you wrote…

Cool. Thanks!


tell application "Microsoft Entourage"
	paste("-  my name                
-  email address      
-  phone number            
-  etc          
-  etc")
end tell