AllowNL Property (Csv Object)¶
Corresponds to the Allow newlines in quotes check box in the CSV page of the Customize dialog box. Supported on EmEditor Professional Version 19.4 or later.¶
[JavaScript]¶
b = object.AllowNL;
object.AllowNL = b;
[VBScript]¶
b = object.AllowNL
object.AllowNL = b
Version¶