Alphanumeric Counter

Mindwatering Incorporated

Author: Tripp W Black

Created: 03/20/2012 at 02:03 AM

 

Category:
Notes Developer Tips
LotusScript

Issue:
Need a counter that counts both 0-9 and A-Z where the number and alpha characters are subject to change.

Solution:
The code below should be about to count where the alphanumeric columns and numeric columns are not hardcoded into specific columns but passed using a format key string.
Examples: A1234 or AA1234 or AA12345 or 1A2345A
(The code has been tested with A1234, A12345, AA1234, AA12345, and AAA1234 and AAA12345.)

AlphaNumericCounter.rtfAlphaNumericCounter.rtf


previous page