Re: IsNumeric not returning correctly
- From: "Robert Morley" <rmorley@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 8 Feb 2006 16:51:33 -0500
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
.
- Follow-Ups:
- Re: IsNumeric not returning correctly
- From: Bob Butler
- Re: IsNumeric not returning correctly
- References:
- Re: IsNumeric not returning correctly
- From: Robert Morley
- Re: IsNumeric not returning correctly
- From: Bob Butler
- Re: IsNumeric not returning correctly
- Prev by Date: New in quality measurement of VB6 software
- Next by Date: Re: IsNumeric not returning correctly
- Previous by thread: Re: IsNumeric not returning correctly
- Next by thread: Re: IsNumeric not returning correctly
- Index(es):
Loading