Session Macros |
Barcode Director utilizes several variables, called Macros, to represent folder and file names and other values. The input file path name can be broken down into constituent elements in order to support all kinds of output naming schemes which may rely on the input.
This dialog box shows the current macro values. Current means those values defined to this point by the configuration process. Values that are instantiated only at run time obviously cannot be evaluated at this point. To understand the potential value of such variables click on the File/Folder Name Editor dialog, and view the Results field.
The macros are evaluated at runtime based on the following rules
MACRO | Meaning |
<bnmb> |
The arbitrary sequence number of one of several barcodes on a particular page (1..N) |
<bval:b0> |
The entire value string of either the primary or secondary barcode |
<bval:b1:s2:l3> |
The value substring of the primary barcode from start position 2, length of 3 characters |
<bval:b1:u1:i4> |
The logical value for primary barcode presence. If present increment index of 4 characters |
<bval:b1> |
The entire value string of the primary barcode |
<bval:b2:s5> |
The value substring of the secondary barcode from start position 5, to the end of the barcode |
<bval:b2:u1:i5> |
The logical value for secondary barcode presence. If present increment index of 5 characters |
<bval:b2> |
The entire value string of the secondary barcode |
<dext> |
Default exception for report files, as defined in the reports panel |
<dpdf> |
Output file will be PDF format |
<dtif> |
Output file will be TIFF format |
<ibase> |
Input file base name (without the extension <iext>) |
<iext> |
Output file extension equals input file extension |
<ifile> |
Complete input file name (equivalent to <ibase>.<iext>) |
<ifld> |
Input folder |
<ipage> |
Page number on input file |
<ipath> |
Full input path name |
<iroot> |
Main folder name portion of the input path name (excluding the subfolders and the file name) |
<isub> |
Subfolder portion if the input path name. |
<ofld> |
Main folder name portion of the output path name (excluding the subfolders and the file name) |
<oroot> |
Session folder path name |
<sfld> |
Session folder path name |
<sid> |
Session ID string value |
Copyright © 2009-2010 Inlite Research,
Inc. All rights reserved.
BarcodeDirector v1.0.24