Nothing removes your reference to an object.
Empty is a variants value before you put anything in it. Empty is just for
Variants. You might hear people refer to empty strings. That is a
different item. Empty strings are just two quotes side by side. i.e. ""
Null is a database fields value when the value is unknown. Meaning no data
was entered in that field.
Dave
-----Original Message-----
From: Nguyen Minh Tue [mailto:tuenm@y...]
Sent: Friday, June 15, 2001 8:07 AM
To: professional vb
Subject: [pro_vb] Nothing or Empty
This question may sound simple.
I already know the use of Nothing with Object.
Then what Empty and Null use for ?
Thanks for reading.