Re: isnumeric compile error...
- From: MLH <CRCI@xxxxxxxxxxxxxx>
- Date: Mon, 28 Jul 2008 10:36:06 -0400
Addiing to your point,
?isnumeric(abcde)
True
in the immediate window.
But on a form in a textbox it yields False.
Of course, in the form's textbox, abcde
is being viewed as data. And in debug,
well, it's not readily apparent ...
?abcde
?VarType(abcde)
0 (empty, unitialized)
.... which is not the same as vbVariant (12).
So, I don't think there's enough substance
here to base an argument on in either direction.
I don't think what's happening is something
that was carefully planned or intended - or
even addressed for that matter. I think it's a
screw-up & the ADT overlooked it altogether.
.
- Follow-Ups:
- Re: isnumeric compile error...
- From: Salad
- Re: isnumeric compile error...
- References:
- isnumeric compile error...
- From: MLH
- Re: isnumeric compile error...
- From: Salad
- Re: isnumeric compile error...
- From: Tom van Stiphout
- Re: isnumeric compile error...
- From: Salad
- isnumeric compile error...
- Prev by Date: Re: isnumeric compile error...
- Next by Date: Re: isnumeric compile error...
- Previous by thread: Re: isnumeric compile error...
- Next by thread: Re: isnumeric compile error...
- Index(es):
Relevant Pages
|