I'm not sure what is causing this problem, maybe it is something that I'm doing wrong.
I've attached a simple example to demonstrate the problem. I have an array file which I am loading into the project using the binary data method, running the frame you will see that this works fine, it lists the complete array (100 entries). If I then add a INI object to the project (without any conditions) then the array no longer loads. By removing the INI object the array loads without problems. I can't understand why adding a INI object would cause the array not to load.
If I load the array using the apppath$ method and also add a INI object then it works ok, just not when loading from binary data.
Any ideas? Thanks.