Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7349 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a list of bounced emails that I want to purge from Filemaker and have found a (maybe) strange thing...

First, I know the email address exists in the FM stack and lives in cell 32

this is my script....

global TheList

tell application "FileMaker Pro"

tell application "BBEdit"

set TheList to {}

--set TheList to file "textList"

set TheList to the text of window 1

--set TheList to every word of TheList

end tell

-- set TheList to {[email protected], [email protected], [email protected]}

delete every request

repeat with i from 1 to the length of TheList

set newReq to create request

set cell 32 of newReq to item i of TheList

end repeat

find -- perform find requests

end tell

I run the script with no found records....however when i try to manually "find" a single email i get nothing unless - I "find" as literal text("") in filemaker.

Is there a way to perform an FM literal text "find" in a repeat loop?

TIA

Chas

This topic is 7349 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.