Re: Satimage's "change" in FileMaker [rescinded!]
Re: Satimage's "change" in FileMaker [rescinded!]
- Subject: Re: Satimage's "change" in FileMaker [rescinded!]
- From: Jean-Baptiste LE STANG <email@hidden>
- Date: Thu, 11 Sep 2003 08:04:32 +0200
LOL, I'm always making the same mistake :=)
@+ JB
Le jeudi, 11 sep 2003, ` 04:05 Europe/Paris, Tim Mansour a icrit :
Before you all say "d'oh", yes, I did find my mistake. A missing "set
bf to ..." Been working on this database FAR too long...
I'm Hoping Emmanuel (or anyone) can help... I'm having a weird
problem with the change command in Satimage.osax.
If I try this (say, in Smile):
set bf to "hello world"
change "hello" to "goodbye" in bf
then I get a predictable result. If I paste this script into a
FileMaker text field:
set bf to cell "_buffer"
change "hello" to "goodbye" in bf
set cell "_buffer" to bf
and use FileMaker's Perform AppleScript command to execute the script
in the field, I cannot get the "change" to work, not even on a simple
literal change-one-word-into-another replacement. If I substitute the
middle line of the above script with some other action (eg, "set bf
to word 1 of bf") then it works, so it's not an issue with the
variable or the field addressing. It seems to be specific to the
Satimage command.
- Tim Mansour <email@hidden>
_______________________________________________
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.
_______________________________________________
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.