TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setliteral

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:setliteral [2020/02/24 03:13] – [Example] Scott Cunliffeengine:import:setliteral [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 6: Line 6:
  
 ===== Syntax ===== ===== Syntax =====
 +
 ''SetLiteral(field, value);'' ''SetLiteral(field, value);''
  
-string //field;//\\ +^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
-string //value;//\\ +|field| String|The field name to set.|1|128
- +|value| String|The field value to be set.|1|100|
-|field| The field name to set.| +
-|value| The field value to be set.|+
  
 ==== Example ==== ==== Example ====
-Set field REPOSITORY to literal ACME.+Set field REPOSITORY to ''ACME''.
  
-<sxh>+<code>
 SetLiteral(REPOSITORY, "ACME"); SetLiteral(REPOSITORY, "ACME");
-</sxh>+</code> 
 + 
 +===== See Also =====
  
 +[[engine:import|Import Engine Functions]] \\
 +[[cli:sync_fields|Sync Engine Fields]] \\
 +[[cli:tmss10sync|TMSS10Sync]]
 {{tag> import_engine sync_engine}} {{tag> import_engine sync_engine}}
engine/import/setliteral.1582513990.txt.gz · Last modified: 2025/01/21 22:07 (external edit)