Re: QXP Importing Text Files
Re: QXP Importing Text Files
- Subject: Re: QXP Importing Text Files
- From: Helmut Fuchs <email@hidden>
- Date: Fri, 2 Aug 2002 14:17:07 +0200
At 10:12 Uhr +0100 02.08.2002, email@hidden wrote:
Is there any way to set this prior to importing a text file, or am I
stuck relying on the current machine setting?
You can change import settings from within a script:
Tell app"Quark"
set lSaveImportSettings to {import styles, convert quotes}
set {import styles, convert quotes} to {true, true}
Tell document 1
Tell page 1
Tell text box 1
set story 1 to alias TheTextFile
End Tell
End Tell
End Tell
set {import styles, convert quotes} to lSaveImportSettings
End Tell
HTH,
Helmut
--
_______________________________________________
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.