Quote:
Originally Posted by ownedbycats
I'm still curious as to why it worked as expected for me but not estherflails. 
|
Probably because of the choice of input values. Using lexical compares, the only values that fail are ones that are not 2 digits: '100' and '1'-'9'.
You could make it work lexically by formatting the test value with leading zeros.