12-14-2012, 03:25 PM
(12-14-2012, 03:00 PM)radix Wrote: So you dont want the mask to contain identical chars?
That was a super quick reply....
I'd like to limit the number of consecutive letters or numbers to a maximum of 2
eg:
aaaaaaaaaa I dont want this to happen
aabaabaaba So where the 3rd char would have been an a is it possible to increment it b for all lower-hex so abcdef1234567890
Many thanks again...