| 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.rtf 
 
 previous page
 
 
 |