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 ,
integer sSrc,
string iPos )
sEOLchar
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| sSrc | None | string | |
| iPos | None | integer | |
| sEOLchar | | string |


