‎2008 Feb 26 8:25 PM
Hi Gurus!
lf you can pls let me know as to how I write a IF statement to read all the values starting from 0* (wildcharacter ) ELSE select the right value.
Thanks.
‎2008 Feb 26 8:43 PM
data: SomeField(10) type c.
if SomeField+0(1) = '0'.
the first character is az zero
else.
it is not a zero
endif.
‎2008 Feb 26 8:43 PM
data: SomeField(10) type c.
if SomeField+0(1) = '0'.
the first character is az zero
else.
it is not a zero
endif.
‎2008 Feb 26 9:31 PM
‎2008 Feb 26 9:36 PM