TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setliteral

This is an old revision of the document!


Table of Contents

SetLiteral

Set a field to a literal value.

Phase

This instruction is used by the TapeTrack Import Engine.

Syntax

SetLiteral(field, value);

string field;
string value;

field The field name to set.
value The field value to be set.

Example

SetLiteral: Set field REPOSITORY to literal ACME.

SetLiteral(REPOSITORY, “ACME”);
engine/import/setliteral.1582504176.txt.gz · Last modified: 2025/01/21 22:07 (external edit)