TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:settruncationchars

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
engine:import:settruncationchars [2020/03/03 23:30] Scott Cunliffeengine:import:settruncationchars [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 10: Line 10:
 ''SetTruncationChars(field, chars);'' ''SetTruncationChars(field, chars);''
  
-string //field;//\\ +^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
-//string chars;//\\ +|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 |
-|field| The field for this instruction.| +
-|chars| A string containing a list of characters which should be used for truncation.|+
  
 ===== Example ===== ===== Example =====
Line 20: Line 18:
 Truncate the field VOLUME at any character- or [** Truncate the field VOLUME at any character- or [**
  
-<sxh>+<code>
 SetTruncationChars(VOLUME, "-["); SetTruncationChars(VOLUME, "-[");
-</sxh>+</code>
  
 {{tag> import_engine sync_engine}} {{tag> import_engine sync_engine}}
engine/import/settruncationchars.1583278212.txt.gz · Last modified: 2025/01/21 22:07 (external edit)