Difference between revisions of "NXSL:FILE:readLine"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Read line from file (all characters up to new line character). New line character will not be included into returned string. '''Since:''' 2.2.3 == Syntax == read...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Read line from file (all characters up to new line character). New line character will not be included into returned string.
Read line from file (all characters up to new line character). New line character will not be included into returned string.



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)

Read line from file (all characters up to new line character). New line character will not be included into returned string.

Since: 2.2.3


Syntax

readLine();


Return Value

Line read on success, NULL on failure.