Type: Boolean
The numeric property of the SortActor class specifies whether the records or fields in a file are to be compared numerically.
From JADE release 6.0, the numeric property has been replaced by the sortType property. If you set the numeric property to true, the sortType property is set to SortType_Integer (1).
If the value of this property is set to false (the default), records or fields are compared alphanumerically.
The default values for the numeric property are listed in the following table.
Variable Records, Variable Fields |
Variable Records, Fixed Fields |
Fixed Records, Variable Fields |
Fixed Records, Fixed Fields |
---|---|---|---|
false | false | false | false |