Top of the morning to all.
Is it possible to detect NULL/EMPTY value from a certain field and then replace with some STRING?
I tried this to no avail:
Advise?
Is it possible to detect NULL/EMPTY value from a certain field and then replace with some STRING?
I tried this to no avail:
Dim myData as String = document.field("Document Section 1\typeID").Value
If myData is Nothing Then myData = "1" Else myData = myData
Advise?
コメント
1件のコメント
サインインしてコメントを残してください。