Version Differences for Data Edit

(More Info)
(Sample Data Edit Programs)
Line 12:
       
       
- ==Sample Data Edit Programs==   + === Data Edit Sample Programs ===  
       
    + {| style="border: solid;" cellpadding="10" border="1"  
    + !style="background-color:#D1D3D4;" | PRG #  
    + !style="background-color:#D1D3D4;" | Title(s)  
    + !style="background-color:#D1D3D4;" | Description  
    + |-  
    + | [http://ftp.opticonusa.com/AppNotes/PRG0001.pdf PRG0001] || C128: Output last 12 of 34 chars || Outputs the last 12 characters of a 34 character code. Only works if the code is type C128 & the code contains 34 characters.  
    + |-  
    + | [http://ftp.opticonusa.com/AppNotes/PRG0002.pdf PRG0002] || UPC: Output inner 10 chars || UPC codes are 12 characters, this program strips the first and last character and outputs the inner 10 characters. Only works if the code is type UPC & the code contains 12 characters.  
    + |-  
    + | [http://ftp.opticonusa.com/AppNotes/PRG0005.pdf PRG0005] || QR: Output the last 15 chars || This program looks for a QR code that is 15 characters or more and it will only output the last 15 characters of the code.  
    + |-  
    + | [http://ftp.opticonusa.com/AppNotes/PRG0007.pdf PRG0007] || DM: Output after 3rd Semicolon || This program looks for a Data Matrix code and it looks for semicolons ';' within the data. It will then output all the data contained after the 3rd semicolon.