Re: Export Image From FileMaker
Re: Export Image From FileMaker
- Subject: Re: Export Image From FileMaker
- From: Arthur Knapp <email@hidden>
- Date: Thu, 13 Nov 2003 08:19:42 -0500
Date: Wed, 12 Nov 2003 23:56:20 +0000
Subject: Re: Export Image From FileMaker
From: kai <email@hidden>
script s
set o to ASCII character 0
repeat 9 times
set o to o & o
end repeat
o
property h : run script s
global p
tell {{v:v}} as string
if (count) < 47 then return
set d to h & text 47 thru -1
tell application "Finder" to set f to (make new file at p with
properties {name:"Pict-" & n, file type:"PICT"}) as alias
write d to f
:) This is my kind of script, I love it!!! :)
{ Arthur J. Knapp;
<
mailto:email@hidden>;
What...? Oh...!
}
_______________________________________________
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.