TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setvar2file

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:setvar2file [2020/03/04 00:48] – [Syntax] Scott Cunliffeengine:import:setvar2file [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 10: Line 10:
  
 ''SetVar2File(varname, filter, field, offset);'' ''SetVar2File(varname, filter, field, offset);''
- 
-//string varname;//\\ 
-//string filter;//\\ 
-//string field;//\\ 
-//int offset;//\\ 
  
 ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ Min Value ^ Max Value ^ ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ Min Value ^ Max Value ^
Line 26: Line 21:
 Set variable MYFILE to the smallest text file in C:\stuff. Set variable MYFILE to the smallest text file in C:\stuff.
  
-<sxh>+<code>
 SetVar2File(MYFILE, "C:\stuff\*.txt", SIZE, -1); SetVar2File(MYFILE, "C:\stuff\*.txt", SIZE, -1);
 WriteMsg("The smallest file is $MYFILE"); WriteMsg("The smallest file is $MYFILE");
-</sxh>+</code>
  
 {{tag> import_engine sync_engine}} {{tag> import_engine sync_engine}}
engine/import/setvar2file.1583282894.txt.gz · Last modified: 2025/01/21 22:07 (external edit)