Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder Text Document Preview




Le 25 juil. 2006 à 08:04, Malcolm Fitzgerald a écrit :

Contact: name

phone: number

fax: number

email: address

job: description


Hello

I don't know the code you are using to write your file.

This one works:

set mon_texte to "Contact: name" & return & "phone: number" & return & "fax: number" & return & "email: address" & return & "job: description"

set chemin to ((path to desktop) as text) & "un_essai.txt"

set f1 to open for access file chemin with write permission
set eof of f1 to 0
write mon_texte to f1
close access f1


Yvan KOENIG
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden

This email sent to email@hidden

References: 
 >Finder Text Document Preview (From: Malcolm Fitzgerald <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.