NXSL:FILE:read

From NetXMS Wiki
Revision as of 17:08, 6 February 2018 by Victor (talk | contribs) (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'' ||...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.