TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setvar

This is an old revision of the document!


Table of Contents

setvar

SetVar

Set a local variable to a literal value.

Phase

This instruction is used by the TapeTrack INI Engine.

Syntax

SetVar(varname, value);

string varname;
string value;

varname The name of the local variable to be set.
value The literal value to assign to the local variable.

Example

SetVar: Set the variable PATHNAME to C:\tapetrack\stuff.

SetVar(PATHNANE, “C\tapetrack\stuff”);
Embed(“$PATHNAME.\myfile.ttifef”);
engine/import/setvar.1534280828.txt.gz · Last modified: 2025/01/21 22:07 (external edit)