Rép: Write file command in Filemaker
Rép: Write file command in Filemaker
- Subject: Rép: Write file command in Filemaker
- From: Yvan KOENIG <email@hidden>
- Date: Tue, 3 Oct 2006 15:40:43 +0200
Le 3 oct. 2006 à 14:59, Jay Louvion a écrit :
write this_data to the open_target_file starting at eof as
«class
utf8»
-- at this stage, when compiling in FM, I have to add "tell app
"System Events" or "Finder" to..." otherwise the "write" sounds off
the
non-compilation alarm.
Hello
The culprit is this instruction.
Rewrite it like that:
write leTexte to refFich as «class utf8» starting at eof
and it will work.
Imay be wrong but it seems that the original is interpreted as:
write this_data to the open_target_file starting at (eof as «class
utf8»)
which is meaningless
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:
This email sent to email@hidden