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 th
VB6 was designed to be easy
Use
If str = "" Then
' uninitialised, null or empty ""