‎2008 May 14 7:37 AM
hi all,
I am using the following logic for counter:
data: count type i.
count = count + 1.
but when the value gets to double figures i.e. 10 for count then the count value becomes *. giving error at this stage.
Any suggestions. Thanks.
Regards,
FS
‎2008 May 14 9:38 AM
Hello
I think it's linked to your layout. Is the column smaller than type i.
Christophe
‎2008 May 14 9:38 AM
Hello
I think it's linked to your layout. Is the column smaller than type i.
Christophe
‎2008 May 14 9:49 AM
Hi,
Where you are referring this variable? is it on as screen. Then check the visible length of the field & defined length of the field in the layout.
Regards,
Ramesh