Inserting Newlines in Export

Kenneth Brody kenbrody at spamcop.net
Thu Jul 7 07:46:10 PDT 2011


On 7/7/2011 4:20 AM, Stanley - stanlyn-com wrote:
> How do I insert a newline into an Export stream?  I've tried nl=\n and that
> produces an error, while nl="\n" produces a literal insertion.

I'm not sure why you are building the export lines manually, rather than 
using "f=~" and just exporting multiple records when you want/need. 
However, to get a newline, use CHR("10").

> I'm also getting an array index error after about 25000 records.  Can anyone
> see what might be producing out of range array error?

Which line gives the error, and what is the exact, complete, error message?

[...]

-- 
Kenneth Brody


More information about the Filepro-list mailing list