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...")
(No difference)

Revision as of 15:07, 6 February 2018

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.