Just thought I'd post an amusing, KixGolf related note..
I'm working on a warehouse inventory project - developed a utility that runs on a tablet or notebook to perform a physical inventory count. The script is written in Kix (what else), and the user has to scan two barcodes - one for the item (we can't change) and one for the location (we define). It was important to not accept the item barcode in the location field, so - I implemented a modified version of the last KixGolf's Luhn function. We generate a check value and print the barcode labels that are placed in the inventory racks. When it's scanned, the luhn check is performed to verify that we have a valid location ID before any network/SQL connections are made. This saves some time and overhead and insures that the right data is placed in the appropriate fields.
Thanks, Allen!
Glenn
_________________________
Actually I
am a Rocket Scientist!