TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setliteral

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);

Variable Type Description Min Length Max Length
field StringThe field name to set.1128
value StringThe field value to be set.1100

Example

Set field REPOSITORY to ACME.

SetLiteral(REPOSITORY, "ACME");

See Also

engine/import/setliteral.txt · Last modified: 2021/07/22 02:40 by scunliffe