VBScript (Visual Basic Scripting Edition) is an interpreted scripting language developed by Microsoft that is modeled on Visual Basic, but with some important differences. VBScript is commonly used for automating administrative and other tasks in Windows operating systems (by means of the Windows Script Host) and for server-side scripting in ASP web applications. It is also used for client-side scripting in Internet Explorer, specifically in intranet web applications.
TRUSTED BY
ASKER
1) I could encode the tags using 6 decimal digits (I have never seen a six-digit decimal rfid value come through my system). For instance, rfid tag 100001 would be used for bib #1, rfid tag 100002 would go on bib #2, etc. Then I just loop through and subtract 100000 from each tag before processing the results.
2) I could encode the tags using hex numbers and just convert to decimal prior to processing the results.
I prefer the first method because it is human-readable but it is even more important to process quickly.
Thanks for any additional clarity you can provide. I will look at the above links, code, suggestions, ...