Mamdouh Mubarak Posted May 23, 2019 Share Posted May 23, 2019 Hi, How can I check if an object refernce state is null? I tried "state.is.null" and "state == null" but both did not work. Thanks, Link to comment Share on other sites More sharing options...
GFurtado Posted May 24, 2019 Share Posted May 24, 2019 Have you tried State == Nothing ? You could also create a decoy object and assign it on run innitialized. 1 Link to comment Share on other sites More sharing options...
Recommended Posts