VB6 equivalent of string.IsNullOrEmpty - Stack Overflow
I'm doing some work on a legacy application, and my VB6 skills aren't that great. I need to check whether a String field has been initialized and set to something other than null/nothing or an empty ... VB6 was designed to be easy Use If str = "" Then ......