AllowNL Property (Csv Object)

Corresponds to the Allow newlines in quotes check box in the CSV page of the Customize dialog box.

[JavaScript]

b = object.AllowNL;
object.AllowNL = b;

[VBScript]

b = object.AllowNL
object.AllowNL = b

Version

Supported on EmEditor Professional Version 19.4 or later.