Hi,
i have a data table DT with a columname (“Remarks”) now i want to check if the column already has a value in it i just want to concatenate it with the new data if not just assign the current data
if Dt.Remarks.length>0
then
“already existing value”+“;”+CurrentRow(“Remarks”).tostring
else
CurrentRow(“Remarks”).tostring
Please help.
Thanks