Product: LABELVIEW, CODESOFT
Version: LABELVIEW Gold and All versions of CODESOFT
|
1. Open CODESOFT or LABELVIEW
2. Go to Object > Text > Fixed Text
3. Left-Click on the label and enter XXXXXX where the cursor appears
4. Go to File > Printer Setup
5. Select the Job Modifier tab and enable the Job Modifier check box
6. Highlight line_containing(), then highlight replace() and click Insert
7. Modify the string that appears from line_containing() : replace() to line_containing("XXXXXX") : replace("XXXXXX","TBCD GHI PQ, RSTU VWZa")
8. Save the JMS file
9. Click OK.
10. You can now print the label.
NOTE: The Job Modifier Script will target the line of printer code containing XXXXXX. Once found, it removes the string XXXXXX and replaces it with the string TBCD GHI PQ, RSTU VWZa, which is the printer code for its internal clock.
|