On Nov 4, 2009, at 8:35 AM, Francisco Soto wrote:
> I need to export data comma separated and need to assigned a different
> name to the each output file. Any idea?
Hi Francisco:
I would store the file's path and name in a variable like so:
Set Variable [ $path ; Case ( Abs ( Get ( SystemPlatform )) = 1 ;
"filemac:" ; "filewin:" ) & Get ( DesktopPath ) & "theFileName" &
".XXX" ]
// where ".XXX is the file extension you wish to use
Export Records [ $Path ]
In the Export Records script step, where you can specify an export
file, you can type the path to the file there. You can also type
"$path" for a variable there, and the dialog will accept it. Just
construct the appropriate path in $path and you're in business.
regards,
Darren
******************************
Darren Terry
[hidden email]
Pacific Data Management, Inc.
http://www.pdm-inc.com/ 111 W. St. John St. Phone: (408) 283-5900 x303
Suite 404 Fax: (408) 283-5903
San Jose, CA 95113
***** FileMaker 10 Certified Developer *****
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au