Re: IsNumeric not returning correctly



Private Function IsReallyNumeric(ByVal s as String)
As Boolean

Thanks, I was writing off-the-cuff and missed that.

You'd have to replace "d" as well and make the replace case-insensitive
since D and E are also 'numeric' in these cases.

What does "D" do? I don't think I've ever heard of that.

And while the problem is
the same in both VB and Visual Fred the syntax for the solution is going
to
be different which is why the question should be asked in the right
newsgroup.

True enough, though as I remember it, VB.Net includes a syntax converter, so
it's probably not a big deal.

In any event, I think we've answered his question.



Rob


.


Loading