TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setvar

Table of Contents

SetVar

Set a local variable to a literal value.

Phase

This instruction is used by the TapeTrack INI Engine.

Syntax

SetVar(varname, value);

Variable Type Description Min Length Max Length
varname String The name of the local variable to be set. 1 16
value String The literal value to assign to the local variable. 1 64

Example

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

SetVar(PATHNANE, "C\tapetrack\stuff");
Embed("$PATHNAME.\myfile.ttifef");
engine/import/setvar.txt · Last modified: 2021/07/22 02:40 by scunliffe