Difference between revisions of "NXSL:FILE:read"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Read up to given number of bytes from file and return them as string. '''Since:''' 2.2.3 == Syntax == read(''count''); == Parameters == :{| |- | ''count'' ||...")
(No difference)

Revision as of 17:08, 6 February 2018

Read up to given number of bytes from file and return them as string.

Since: 2.2.3


Syntax

read(count);


Parameters

count Number of bytes to be read.


Return Value

Read bytes converted to string on success, NULL on failure.