ComponentOne Sizer 8.0
Scan Event

Fired for each line in the input file while a file is scanned.

Syntax

Private Sub C1Awk_Scan()

Remarks

This event is fired for each line in the input file while Awk scans a file.

This is where you put the code that does the actual processing. The line read from the file is available through the L property.

You may close the current file or get the next input line while in this subroutine by setting the Action property to acNextLine or acClose.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback