bit of a newbie and trying to avoid a null pointer exception in a statement, so I want to set the value to an empty string. I am using the following code but it doesn't seem to be working, the value is still null.
row[2]==null? "" : row[2].toString()
Any help would be apreciated
Hi there, I tried with the 4 spaces, I am still left with a null value.