|
-
May 21st, 2004, 03:55 PM
#1
Thread Starter
Frenzied Member
Object is Null????
Is it possible to see if an object is null in vb.net without using a try/catch setup?
Thanks
squirrelly1
Now happily married and still crankin' away at the keyboard.  Life is grand for a coder, no?
-
May 21st, 2004, 04:16 PM
#2
PowerPoster
try:
if myobject is nothing then
-
May 21st, 2004, 04:18 PM
#3
Sleep mode
There is a function called IsNothing or IsNull . Not sure which one is correct .
-
May 21st, 2004, 05:14 PM
#4
yay gay
Originally posted by Pirate
There is a function called IsNothing or IsNull . Not sure which one is correct .
Being in VB.NET I believe it's IsNothing
\m/  \m/
-
May 24th, 2004, 07:50 AM
#5
Thread Starter
Frenzied Member
Thanks guys, I thought there was something like that, but I couldn't get anything I tried to work.
L8r,
Squirrelly1
Now happily married and still crankin' away at the keyboard.  Life is grand for a coder, no?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|