I have a program I am working on that requires a few very large arrays to be set up on start up as look up tables. The amount of data in each of them is anything up to 200,000 entries.
I have the entries in a text document ready to paste into a DIMDATA line but it looks like GLBasic can't handle really really long line in the editor and just locks up when I paste the data in
Is there any other solution to my problem without having to resort to reading in the data from a file at start up and also can GLB handle arrays of that size?
Thanks
Gary
I have the entries in a text document ready to paste into a DIMDATA line but it looks like GLBasic can't handle really really long line in the editor and just locks up when I paste the data in
Is there any other solution to my problem without having to resort to reading in the data from a file at start up and also can GLB handle arrays of that size?
Thanks
Gary