Font Encoder & Check Digit Calculator
IDAutomation's Font Encoder & Check Digit Calculator with Visual Basic source
code works with IDAutomation's
barcode fonts to create
a string that, when combined with IDAutomation's barcode fonts, will create
a correct barcode. The string used to create the barcode may also be copied
to the clipboard, making it easy to paste bar codes into other Windows applications.
|
|
Download Links |
Downloads & Links:
|
Barcode Check Digit Calculator & Printing Application Tutorial: |



This application can be used to print barcodes on other operating systems such as Macintosh. As an example, to place a UPC-A barcode in a Macintosh document: Start the Barcode Check Digit Calculator & Printing Application on a Windows PC. Enter the UPC-A number to encode in a barcode (in this case let's say it is "20348934382"). Then choose the UPC-A button. The "string to print the barcode" will display the characters to be typed on the Macintosh to create the barcode, in this case it displays "W(c03489*NONSMm(W". On the Macintosh application, select the font "IDAutomationUPCEANL" and then type the characters of the string into the document.
It
is IDAutomation's intention to write IDAutomation's Visual Basic source
code using as few functions as possible to allow for easy conversion to
other programming languages. If a source code is created in another language
and is designed to be shared with others, please
contact IDAutomation.
In some cases, discounts can be provided for IDAutomation products if a
working source code is provided that would be beneficial to others. All
of the barcode functions reside in the IDAutomationVBA.bas module
of the
Visual Basic application. The following table is a list of common Visual
Basic functions used in IDAutomation's source code and what the codes do:
| VB Function | What it does |
| Asc(character) | Converts a character to the ASCII value |
| Chr(n) | Returns the character represented by the number n in ASCII |
| Len(string) | Returns the length of a string |
| Mid(string, x, n) | Returns n number characters from a string starting from location x |
| (number Mod n) | Returns the remainder after number is divided by n |
| Right$(string, n) | Returns n characters starting from the right of the string |
| RTrim(LTrim(string)) | Removes spaces before and after a string |
|
|
|
Product Quick Links: [Barcode Fonts | Font Tools | Components | Label Software | Scanners | Printers | RFID | Product Index] |
© Copyright 2000-2009 IDAutomation.com, Inc., All Rights Reserved. Legal Notices.
|
Over 70% of Fortune 100 companies use IDAutomation's products to automate their businesses. |