AllowDelimiter Property (Csv Object)¶
Corresponds to the Allow delimiters 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.AllowDelimiter;
object.AllowDelimiter = b;
[VBScript]¶
b = object.AllowDelimiter
object.AllowDelimiter = b
Version¶