TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setremovechars

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:setremovechars [2018/08/14 23:24] dcummingengine:import:setremovechars [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
-setremovechars+====== SetRemoveCharacters ======
  
-==== SetRemoveCharacters ==== 
 Remove unwanted characters from a field. Remove unwanted characters from a field.
-==== Phase ==== 
-This instruction is used by the TapeTrack Import Engine. 
  
-==== Syntax ==== +===== Phase ===== 
-**SetRemoveCharacters**//(field, characters);//+This instruction is used by the TapeTrack INI Engine.
  
-string //field;//\\ +===== Syntax ===== 
-string //characters;//\\+''SetRemoveCharacters(fieldcharacters);''
  
-|field| Field to have characters removed.| +^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
-|characters| A string listing all of the characters that should be removed for a field.|+|field|String | Field to have characters removed.| 1 | 10 
 +|characters| String | A string listing all of the characters that should be removed for a field.| 1 | 10 |
  
-==== Example ==== +===== Example =====
-**SetRemoveChars: Remove dashes and commas from a field.** +
-|SetRemoveChars("-,");|+
  
-==== Example ==== +Remove dashes and commas from a field. 
-**SetRemoveCharsRemove plus symbol and quotation marks.** + 
-|SetRemoveChars("+`");|+<code> 
 +SetRemoveChars("-,"); 
 +</code> 
 + 
 + 
 +Remove plus symbol and quotation marks. 
 + 
 +<code> 
 +SetRemoveChars("+`"); 
 +</code> 
 + 
 +===== See Also ===== 
 + 
 +[[engine:import|Import Engine Functions]] \\ 
 +[[cli:sync_fields|Sync Engine Fields]] \\ 
 +[[cli:tmss10sync|TMSS10Sync]] 
 + 
 +{{tag> import_engine sync_engine}}
engine/import/setremovechars.1534289071.txt.gz · Last modified: 2025/01/21 22:07 (external edit)