Skip to Content
0
Former Member
Mar 26, 2009 at 04:30 PM

Comparison of character

26 Views

Hi All,

I have one field of 25 char of actual length. i need to verify if the value in the field contains all zeros or not.

data:g_data(25) type c,

g_data1(5) type c .

if g_data contains all zeros.

need to proceed.

endif.

can anybody help me how to do this.

Thanks in advance.