Hi, I've been working at something with arrays for some time now and am just stuck. I have looked on this forum a lot and am afraid I just can't get my head around the syntax involved in getting an array to work properly. I want an array to be written from variables created through some math in a loop in multi-dimensional format. I managed it once, then edited it to try and give the two results on a horizontal axis rather than everything on the vertical, ie (0,0) was above (0,1) then shut the computer off, without checking that by trying to change the layout I messed something else up and now everything is screwed!!

I originally wrote the code to just print to a file, and it looked really good, but I think that to make the file more usable later on, pulling the values and reusing them for a second program, an array would be a better choice than a regular file. Or would it? I don't know...
To make a long story short (too late) could anyone give a heads up for a complete idiot's guide to array syntax for powerbasic?? All the sites I have found gloss over arrays very quickly and each of the commands for arrays even more quickly.
Thanks for reading.



I originally wrote the code to just print to a file, and it looked really good, but I think that to make the file more usable later on, pulling the values and reusing them for a second program, an array would be a better choice than a regular file. Or would it? I don't know...
To make a long story short (too late) could anyone give a heads up for a complete idiot's guide to array syntax for powerbasic?? All the sites I have found gloss over arrays very quickly and each of the commands for arrays even more quickly.
Thanks for reading.
Comment