IsNumeric Does not Work!
- From: "Programmer" <Programmer@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 8 Aug 2005 19:40:01 -0700
Hi,
When I was looking my codes and I Found something causes some errors.
some dimesions if it contains some value like that
Dim MyDimension
MyDimension="2800+"
Msgbox Isnumeric(MyDimension)
MyDimension="2800-"
Msgbox Isnumeric(MyDimension)
Msgbox Says that all of them are True , these situations indicate that These
Values are Numeric
I cannot Understand This value how can it be Numeric.
İf I need a numeric value , If I test with Isnumeric it causes problem for me.
Do you know Why It is numeric?
Thanks A lot
.
- Follow-Ups:
- I Think it is best solution
- From: Programmer
- Re: IsNumeric Does not Work!
- From: Michael Cole
- I Think it is best solution
- Prev by Date: Re: Subtraction Bug in VB
- Next by Date: Re: IsNumeric Does not Work!
- Previous by thread: Subtraction Bug in VB
- Next by thread: Re: IsNumeric Does not Work!
- Index(es):
Relevant Pages
|