From: <vgk...@in...> - 2008-08-02 06:19:44
|
Hi All I would like to bring to your notice a small bug in tinycobol array display. I herewith 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 Microfocus cobol also in those compilers it is showing correctly. If possible fix the same before release the new version. Sorry for my poor english. Thinking you, V G K Dinavahi |