====== SetRecordNumberExclusions====== Set the number of records to exclude. ===== Phase ===== This instruction is used by the TapeTrack Import Engine. ===== Syntax ===== ''SetRecordNumberExclusions(exclusionfilter);'' ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |exclusionfilter| String|Filter for records to exclude.|1|256| ===== Example ===== Exclude every second record. SetRecordNumberExclusions("*(*0|*2|*4|*6|*8)"); ===== See Also ===== [[engine:import|Import Engine Functions]] \\ [[cli:sync_fields|Sync Engine Fields]] \\ [[cli:tmss10sync|TMSS10Sync]] {{tag> import_engine sync_engine}}