This property sets to ignore control character codes.
Syntax
object.IgnoreControlCode = boolean
object
This specifies object expressions that define references to objects.
boolean
This property sets to ignore control character codes. As for values to be set, refer to the following setting value.
Setting value
Setting values of the IgnoreControlCode property are as follows.
Setting value | Meaning |
---|---|
True | The control character codes are ignored. |
False | The control character codes are processed as well. (Default value) |
Description
It is specified whether to ignore the control character codes for a comparison target of the key field.
When True is specified, records excluding the control character codes are compared and the order of the record is decided.
When the data form is Unicode UCS-2 form, this specification is disregarded.
When this specification is omitted, control character codes are compared as well.
The value specified in this property is effective when the key fields in the sort option (DisposalNumber=0) or merge option (DisposalNumber=1) of the text files are omitted.