Documentation
»
Scripting
»
Class Reference
»
Model
»
SourceFile
»
range
Returns a partial copy of the text of this row.
Syntax
aSourceFile
range (
aSection
,
line
,
start
,
size
)
Parameters
aSection
-
Integer
The section containing the row.
line
-
Integer
The line number of the row.
start
-
Integer
The index of the first character.
size
-
Integer
The number of characters to copy.
Return Value
A
String
value containing the selected range.