• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Replace å-ä-ö whit applescript.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Replace å-ä-ö whit applescript.


  • Subject: Replace å-ä-ö whit applescript.
  • From: Krister Nyman <email@hidden>
  • Date: Mon, 10 Nov 2003 00:42:15 +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 &ouml; ...........

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.

  • Follow-Ups:
    • Re: Replace å-ä-ö whit applescript.
      • From: Emmanuel <email@hidden>
  • Prev by Date: Replace å-ä-ö whit applescript.
  • Next by Date: Mail email to Filemaker
  • Previous by thread: Replace å-ä-ö whit applescript.
  • Next by thread: Re: Replace å-ä-ö whit applescript.
  • Index(es):
    • Date
    • Thread