Hi All,
How can I check for the Empty value in a Input table.
for (int i = 0; i <wdContext.nodeItemTab().size(); i++)
{
StrMat = wdContext.nodeItemTab().getItemTabElementAt(i).getMatlist();
}
**If I am using StrMat.length(), system is throwing the exception if the value is empty.
Regards,
Prakash