Re: Storing script objects
Re: Storing script objects
- Subject: Re: Storing script objects
- From: John MacDonald <email@hidden>
- Date: Fri, 12 Jan 2001 13:21:58 -0400
>I want to build some script objects based on FileMaker data and then
use Store Script to write a file that can be used by other scripts.
>When I change properties of the script they don't get written. For example:
At 1:02 AM -0800 1/12/01, Richard 23 wrote:
actually they do, but the source isn't updated.
Silly me, for checking my work.
I was further confused by Script Debugger. In:
-------
script x
property y : {}
end script
set x's y to {123}
----------
The result of x's y is '{123}' but the result of x is ' property y :
{}', that is, the original script object.
The other editors returned a less 'helpful' but more accurate <<script x>>.
My intention was to generate objects using data from FileMaker and
properties and methods based on a template. I was hoping to paste my
new objects as a temporary measure or at least look at them to make
sure I did a good job. Oh, well.
Thanks all for your help.
I hope Apple fixes some of these things in X.
-John