Replace å-ä-ö whit applescript.
Replace å-ä-ö whit applescript.
- Subject: Replace å-ä-ö whit applescript.
- From: Krister Nyman <email@hidden>
- Date: Mon, 10 Nov 2003 00:37:59 +0100
Hello !
I wonder how I can replace letter e-d-v in a text document made by
"Skriv Text"
that is the program that comes whit OS 9 / I don4t now the English word
for it,
I think it is Simple Text.
try
open for access file "App:QK Sekvens Skriv Text doc.:01" with write
permission
set eof of file "App:QK Sekvens Skriv Text doc.:01" to 0
set clip_data to the clipboard
write clip_data to file "App:QK Sekvens Skriv Text doc.:01"
close access file "App:QK Sekvens Skriv Text doc.:01"
end try
that makes a document from clipboard, but I want to change the letters
e-d-v
to ö ...........
Can I make a AppleScript to do this ??
Regards
Krister Nyman
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.