Save as
Save as
- Subject: Save as
- From: Peter Mathiessen <email@hidden>
- Date: Wed, 20 Dec 2000 08:15:59 +0100
Hi,
I have stumbled on a rather strange problem I hope anyone here can solve.
I have made a script that among many other things saves an tex-edit file,
this works on at least two computers I have on my work, but then I tried it
at home it wouldnt work. "cant make some data into the expected type".
Im runnig MacOS 9.04 on all my computers, both at home and work and have the
same version of Tex-Edit.
What is wrong?
The script:
tell application "Tex-Edit Plus"
activate
save window 1 in "Macintosh HD:temp_folder:one:" as "TEXT"
close window 1 saving no
end tell
Best regards
Peter