SIMPOL Documentation

getline()

Description

This function simply returns a string value representing the text starting at iPos until the next sEOLchar or the end of the string and then increments the iPos value to point to the first character beyond the sEOLchar or to the end of the string.

Prototype

getline ( string sSrc, integer iPos, string sEOLchar )

Parameters

ParameterDefault valueType nameDescription
sSrcNonestring
iPosNoneinteger
sEOLchar string