Schrodinger
Golden Member
As far as I can tell null and empty have both been deprecated in favour of the "Nothing" keyword.
I have an open file dialog box and, there is a sub I wrote to handle it. Now, I want to check that the dialog box selected a file and does not have a null reference (else it will throw an exception like it currently does)
However, I don't know how to do it!
dlgOpen.filename .????. Nothing
I stabbed "is not" "isnt" "not" "<>" etc and it doesn't seem that I can find what I want :/
I have an open file dialog box and, there is a sub I wrote to handle it. Now, I want to check that the dialog box selected a file and does not have a null reference (else it will throw an exception like it currently does)
However, I don't know how to do it!
dlgOpen.filename .????. Nothing
I stabbed "is not" "isnt" "not" "<>" etc and it doesn't seem that I can find what I want :/