Skip to Content
0
Former Member
Oct 22, 2005 at 05:39 PM

Blank value check in Table

1032 Views

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