i am using a very simple Ini File Iterator, i am able to read the half of the .ini file very well but after some 900 iterations, its unable to read the next section.
i doubt that their should be a size limitation on the .Ini file or some problem with the Ini File Iterator ? please clarify me.
for more informatin, i am attaching a sample finalbuilder project.
I wasn’t able to reproduce the problem with the latest build of FinalBuilder 4, could you confirm that you’re running the latest version of FinalBuilder 4 (4.2.0.317).
Hi Paul, Strange ....still i am able to reproduce the problem with latest version of Finalbuilder-4 (4.2.0.317) and Finalbuilder-6 (6.3.0.1506) , could you directly run my above sample project on your machine and kindly update me.
there are around 7623 sections but my finalbuilder project iterate around 1821 times and comes out from the loop, which should not be.
I am seeing a the same problem except that I am only able to read about 431 entries out of 9000 before it stops. It reports success, but it clearly is not iterating through the entire section.
To eliminate an issue with file format I deleted 25 lines around the area that it would stop at, but it always stops at line 431 and says it has iterated through the entire section.