H Herfried K. Wagner [MVP] Mar 5, 2005 #2 RSusanto said: Is there any new function in VB .NET replacing the ISEMPTY(variable) from the old VB ? Click to expand... 'IsNothing' or 'If x Is Nothing Then...': Visual Basic Language Concepts -- Programming Element Support Changes Summary <URL:http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconprogrammingelementschangesinvb7.asp>
RSusanto said: Is there any new function in VB .NET replacing the ISEMPTY(variable) from the old VB ? Click to expand... 'IsNothing' or 'If x Is Nothing Then...': Visual Basic Language Concepts -- Programming Element Support Changes Summary <URL:http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconprogrammingelementschangesinvb7.asp>
R RSusanto Mar 5, 2005 #3 Hi, Is there any new function in VB .NET replacing the ISEMPTY(variable) from the old VB ?