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...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Write given string to file. String will be converted to byte sequence according to current locale.
Write given string to file. String will be converted to byte sequence according to current locale.



Latest revision as of 18:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

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.