Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
row1.c1+";"+row1.c2+";"+row1.c3.toString()+";"+row1.c4.toString()
row1.c1+";"+row1.c2+";"+(row1.c3!=null ? row1.c3.toString() : "NULL")+";"+(row1.c4!=null ? row1.c4.toString() : "NULL")