====== SetTruncationChars ====== Characters that should be used to determine when to truncate a field. ===== Phase ===== This instruction is used by the TapeTrack Import Engine. ===== Syntax ===== ''SetTruncationChars(field, chars);'' ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |field| String | The field for this instruction.| 1 | 128 | |chars| String | A string containing a list of characters which should be used for truncation.| 1 | 10 | ===== Example ===== Truncate the field VOLUME at any character- or [** SetTruncationChars(VOLUME, "-["); {{tag> import_engine sync_engine}}