Difference between revisions of "NXSL:FILE:writeLine"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Write given string to file and append new line character. String will be converted to byte sequence according to current locale. '''Since:''' 2.2.3 == Syntax ==...")
(No difference)

Revision as of 15:10, 6 February 2018

Write given string to file and append new line character. String will be converted to byte sequence according to current locale.

Since: 2.2.3


Syntax

writeLine(string);


Parameters

string String to write.


Return Value

None.