VBRANT
-
What the heck is the difference between EMPTY, NOTHING, and NULL? I just wanted to check MSDN what's the difference between Empty and Nothing, and all I found out is that there is also Null, which is not the same as Nothing. Thank you, VBScript.
One day I might find it quite amusing how touching tongues make life so confusing Anne Clark again [sighist]
Is there VOID as well? ;) Tomasz Sowinski -- http://www.shooltz.com
** Putt knot yore thrust inn spel chequers. **
-
What the heck is the difference between EMPTY, NOTHING, and NULL? I just wanted to check MSDN what's the difference between Empty and Nothing, and all I found out is that there is also Null, which is not the same as Nothing. Thank you, VBScript.
One day I might find it quite amusing how touching tongues make life so confusing Anne Clark again [sighist]
My take on this VB-rant: Empty == void == nothing Null == (unknown) ... VBS == "VB sucks" for those semi-colon deficient programmers ;) . Cheers, Simon "Sign up for a chance to be among the first to experience the wrath of the gods.", Microsoft's home page (24/06/2002)
-
What the heck is the difference between EMPTY, NOTHING, and NULL? I just wanted to check MSDN what's the difference between Empty and Nothing, and all I found out is that there is also Null, which is not the same as Nothing. Thank you, VBScript.
One day I might find it quite amusing how touching tongues make life so confusing Anne Clark again [sighist]
-
It's so that the VBians can type pretty much anything and still dont get any errors. /Magnus
- I don't necessarily agree with everything I say
-
Is there VOID as well? ;) Tomasz Sowinski -- http://www.shooltz.com
** Putt knot yore thrust inn spel chequers. **
-
-
What the heck is the difference between EMPTY, NOTHING, and NULL? I just wanted to check MSDN what's the difference between Empty and Nothing, and all I found out is that there is also Null, which is not the same as Nothing. Thank you, VBScript.
One day I might find it quite amusing how touching tongues make life so confusing Anne Clark again [sighist]
peterchen wrote: EMPTY, NOTHING, and NULL I can't stand VBRANT's so I am answering this question EMPTY - Variant of type VT_EMPTY Nothing - An object variable VT_UNKNOWN, VT_DISPATCH which is set to NULL(C++). Null - Database null value sets with variant of type VT_NULL. C# is fundamentally broken. - Christian Graus
-
What the heck is the difference between EMPTY, NOTHING, and NULL? I just wanted to check MSDN what's the difference between Empty and Nothing, and all I found out is that there is also Null, which is not the same as Nothing. Thank you, VBScript.
One day I might find it quite amusing how touching tongues make life so confusing Anne Clark again [sighist]
-
peterchen wrote: EMPTY, NOTHING, and NULL I can't stand VBRANT's so I am answering this question EMPTY - Variant of type VT_EMPTY Nothing - An object variable VT_UNKNOWN, VT_DISPATCH which is set to NULL(C++). Null - Database null value sets with variant of type VT_NULL. C# is fundamentally broken. - Christian Graus
-
peterchen wrote: EMPTY, NOTHING, and NULL I can't stand VBRANT's so I am answering this question EMPTY - Variant of type VT_EMPTY Nothing - An object variable VT_UNKNOWN, VT_DISPATCH which is set to NULL(C++). Null - Database null value sets with variant of type VT_NULL. C# is fundamentally broken. - Christian Graus
nice to see you back on CP :-) regards Kannan