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'' ||...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Read up to given number of bytes from file and return them as string.
Read up to given number of bytes from file and return them as string.



Latest revision as of 16:13, 13 September 2022

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

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.