Export From FileMaker Using FMP Variable Name

Hello,

First post. I am trying to write a script to run from inside a FMP script that accomplishes the following:

Creates a folder in a target folder named for a FMP variable $Folder

Creates a sub-folder inside that folder named for a FMP variable $NameFIle

Saves the exported merge file as a text document $Name.txt inside the folder $NameFile

Returns to the FMP script. Using FMP 10.

All help appreciated. I am loving the Applescript coding, but I am a little rusty with my code writing, so thanks for any help.

Browser: Safari 533.17.8
Operating System: Mac OS X (10.6)

Hello,

try this in FileMaker’s ScriptMaker:

Operating System: Mac OS X (10.6.4)
FileMaker Pro Advanced: 10.0v3/11.0v2

Excellent! Thanks so much. Makes clear where I was going wrong in my attempt. Thanks.