eachLine

Enumerates all lines of a section.

Syntax
aSourceFile eachLine (aSection) do line
    ...
end
Parameters
aSection - Integer
The section to scan.
Block Parameters
line - Integer
The line number of the row.