Closed mom-bbtsoftware closed 4 months ago
If Not (x IsNot Nothing) Then ' same meaning as: If x Is Nothing Then
if (x is not null)
if (x is null)
Yikes. Thanks for the report, I can guess how that happened. Should be an easy fix.
VB.Net input code
Erroneous output
Expected output
Details