GetLine Method
The GetLine method returns the next line of the passed StringObject.
This method has the following syntax:
StringObject = ProfileObject.GetLine(LineIn = StringObject, StartPos = integer not null)
The LineIn variable typically contains the IniContent or the contents of a SectionObject (see the
SectionObject GetString method (see
GetString Method)).
StartPos should be a variable passed Byref; after each GetLine call, StartPos points to the start of the next line in the LineIn StringObject.
The returned StringObject contains the value of the line.