VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Help! :P Mattman (10 replies, 0 views) (2000-Jul-7) Okay, let's say I have a Variant as follows:
Dim MyVar As Variant
How can I test if the data in MyVar is an Integer, Long, Boolean, String, etc?
Here's what I tried, but it didn't work when I had a string something like "Hi":
If CStr(CLng(Params(0))) = Params(0) Then
Anyone have any ideas? Will the "VarType" function work or will it always return the value that represents a Variant?
Thanks in advance!
Mattman
<mailto:mattman@nobispro.com>
<http://www.nobispro.com>
|