Hi again.

In an English culture, I would expect IsNumeric("1.212,3") to return False, and it does. Moving onto a French culture, I would expect it to return True (as that is how that culture writes numbers), but it doesn't. Further, IsDate("1.212,3") returns True (parses to 03-Jan-0212) when running under either culture (though both built in an English culture). Is this a bug? Do I need to do something before calling them in order to take note of the culture I'm running under?

Any comments appreciated,
T