Code Browser
Home
News
Features
Screenshots
Download
Documentation
Changes
Links
Articles
Code Folding
Tips
Elastic Tabstops
Qt Port
RSS
News Feed
Documentation
»
Scripting
»
Class Reference
»
Model
»
SourceFile
»
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.