readln
Reads a line of the text file.
readln
()
Parameters
None.
Return value
The string containing the next line of the file or 鈱恘ull if the end of file is reached.
Remarks
Example:
var f = new File("c:/dummy.xml")
f.open("r", File.CODEPAGE_UTF8)
var line
while( line = f.readln() )
logInfo(line)
f.close()
Features
Method of class: File
Available in:
- Content management
- Delivery properties
- Typology rule
- JSSP
- SOAP Method
- WebApp
- Workflow