Hi,
I have been using this Applescript for yonks
All of a sudden, now that I want to modify it, "SelectList" provokes a Syntax error.
Is this a Mavericks problem? Does anyone know how to get this to work again?
I have been using this Applescript for yonks
Code:
tell application "my drive:Applications:MaxBulk Mailer:MaxBulk Mailer.app"
activate
SaveList
SelectList "x"
AddRecipient
SaveList
end tell
All of a sudden, now that I want to modify it, "SelectList" provokes a Syntax error.
Is this a Mavericks problem? Does anyone know how to get this to work again?