Neolane - JavaScript API - v6.1.0

Unknown
writeln
Writes a line of text to the file.
writeln ( line )
Parameters
line
The text line to write.
Return value
None.
Remarks
Example:
var f = new File("c:/file.txt")
f.open("a")
f.writeln("line 1")
f.writeln("line 2")
f.close()
Features
Method of class: File
Available in:
  • Content management
  • Delivery properties
  • Typology rule
  • JSSP
  • SOAP Method
  • WebApp
  • Workflow

Table of contents

previous page start next page