From: David E. <de...@us...> - 2008-09-07 03:44:07
|
V G K Dinavahi wrote: > > I would like to bring to your notice a small bug in tinycobol > array display. I here with enclosing a small code. > In this code I used occurs to accept input from user and display > the same immediately. But it is displaying the first name only. > But it storing w-name 10 times in occurs if we used to display > w-name(1), w-name(2)...w-name(10) like that it is showing correctly. > But putting in loop and displaying like display w-name(i) until 10 > times it is not showing properly. > I Checked the same code with OpenCobol and Microf*cus cobol also > in those compilers it is showing correctly. > > If possible fix the same before release the new version. I fixed this bug, me thinks. This fix, among many others, will be included in TC version 0.64 and is available on SF CVS version 0.63.121 or greater. Hope this helps. |