` Printed Icetips Article

Icetips Article



ABC: Simple filtering in ABC process
1998-04-23 -- Russell B. Eggen
 
>I'm trying to use the process template to pull information from
>an ASCII file to our data files. A process I've done many times
>with Clarion in the past, but the ABC templates are throwing me
>for a loop.
>
>I've figured out that I need to use the TakeRecord embed, but how
>do I get out correctly if the record is one I want to skip? This
>is where I always used CYCLE in the past. Any help would be
>appreciated. Thanx.

IF ~NotRecordYouWant  !EMBED priority <5000
Parent.TakeRecord         !Generated code
END                                   !EMBED priority > 5000

HTH,

--
Russell B. Eggen



Printed May 4, 2024, 3:11 pm
This article has been viewed/printed 35117 times.
Google search has resulted in 8 hits on this article since January 25, 2004.