Set the number of records to exclude.
This instruction is used by the TapeTrack Import Engine.
SetRecordNumberExclusions(exclusionfilter);
Variable | Type | Description | Min Length | Max Length |
---|---|---|---|---|
exclusionfilter | String | Filter for records to exclude. | 1 | 256 |
Exclude every second record.
SetRecordNumberExclusions("*(*0|*2|*4|*6|*8)");