DictParser.processLine Method
Extracts indexes from one single dictionary line
[Visual Basic]
Overrides Protected Function processLine( _
ByVal
s As
String, _
ByVal
from As
Long, _
ByVal
to As
Long _
) As
Boolean
Parameters
-
s
- the dictionary line string
-
from
- position of the line begin in the file
-
to
- position of the line end in the file
Return Value
true, if the process should continue, false if it was interrupted by by the user
See Also
DictParser Class | dict Namespace