Export Syntax

Bruce Easton bruce at stn.com
Fri Jul 27 08:58:33 PDT 2007


Scott Walker wrote Friday, July 27, 2007 11:08 AM:
> 
> I am exporting an ascii file on a SCO Unix system.  The file will
> actually be used on a windows system so I want the record separator to
> be a CR/LF.  
> 
> I'm using:
> 
> 	export ascii banner=(mv) r=chr("10")&chr("13") f=, o=" c="
> 
> but that bombs on syntax check.
> 
> How do I tell fp to use CR/LF as record separator?
> 
> Thanks.
> 
> Scott Walker

Scott, try r=10&13


Bruce

Bruce Easton
STN, Inc.


More information about the Filepro-list mailing list