Difference between revisions of "NXSL:FILE:write"

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

Revision as of 15:10, 6 February 2018

Write given string to file. String will be converted to byte sequence according to current locale.

Since: 2.2.3


Syntax

write(string);


Parameters

string String to write.


Return Value

None.