Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link 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
Today is November 23, 2024, 2:22 am This article has been viewed 35386 times. Google search has resulted in 8 hits on this article since January 25, 2004.
|
|