Re: open for access file pathstring with write permission
Re: open for access file pathstring with write permission
- Subject: Re: open for access file pathstring with write permission
- From: Gary Lists <email@hidden>
- Date: Tue, 14 Jan 2003 22:55:16 -0500
On or about 1/14/03 3:45 PM, Paul Berkowitz wrote:
>
FMP must have something like 'contents of cell' or 'value of cell' , which
>
is, or could be, a string, no? So
>
>
set myzone to value of cell "temp" of current record
Just set myzone to cell "temp" of current record
or set myzone to cellValue of cell "temp" of current record
if you are running the script from within FM (from a Perform AppleScript
script command).
Otherwise, you can:
tell application "FileMaker Pro" to set myzone to [cell | cellValue ] "temp"
of current record
"temp" can be replaced with an AS variable, as needed.
The value of myzone is now string (unless the cell is a container...not
applicable here.)
--
Gary
Incoming replies are auto-deleted.
Please post directly to the list or newsgroup.
_______________________________________________
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.