TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setvar

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:setvar [2020/03/04 00:18] Scott Cunliffeengine:import:setvar [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 11: Line 11:
 ''SetVar(varname, value);'' ''SetVar(varname, value);''
  
-//string varname;//\\ +^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
-//string value;//\\ +|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 |
-|varname |The name of the local variable to be set.| +
-|value| The literal value to assign to the local variable.|+
  
 ===== Example ===== ===== Example =====
  
 Set the variable PATHNAME to C:\tapetrack\stuff. Set the variable PATHNAME to C:\tapetrack\stuff.
-<sxh>+<code>
 SetVar(PATHNANE, "C\tapetrack\stuff"); SetVar(PATHNANE, "C\tapetrack\stuff");
 Embed("$PATHNAME.\myfile.ttifef"); Embed("$PATHNAME.\myfile.ttifef");
-</sxh>+</code>
  
 {{tag> import_engine sync_engine}} {{tag> import_engine sync_engine}}
engine/import/setvar.1583281107.txt.gz · Last modified: 2025/01/21 22:07 (external edit)