The line below is part of an Applescript macro that works fine for
converting Appleworks documents to RTF format. Can anyone please tell
me how I amend this line of code to save Appleworks documents in ASC
(Ascii) text format. (ASC is one of the 'Save As' options in
Appleworks.) The current line is:
save document 1 in file ((aFile as text) & ".rtf") as file type text
using translator "RTF"
Many Thanks