Export dif multiple lines

Barry Wiseman bwiseman at optonline.net
Wed Sep 17 10:09:52 PDT 2008


Richard Hane wrote:
> Is it possible to export a dif file with multiple (2 in this case) lines 
> per filepro record?
>  
> IE. 1st line part nmr, description, qty in stock, etc
> 2nd line skip 3 columns the plant comments, controller notes
>  
> Thank you,
> Rick Hane
> Controller
> Deluxe Stitcher Company Inc
> www.deluxestitcher.com <http://www.deluxestitcher.com>

Sure.

::declare Line(1,.0) ; Line="1":
loop::export dif ....
:Line eq "1":dif(1)=PartNum; dif(2)=Desc; dif(3)=Qty; Line="2"; goto loop:
:Line eq "2":dif(4)=PlantComments; dif(5)=CtrlNotes:
::end:


More information about the Filepro-list mailing list