Pincho Paxton:
Quote: "Why don't you just tell us what the array is for. I mean, how can an array be a secret?"
Isn't that the secret in it's self?
Dream And Death:
Quote: "You will need to do something similar to reference the array."
What is the meaning of the term 'reference the array'?
(Still learning the terminology.
Thanks for explaining the code snippet.)
Dream And Death:
Quote: "As Pincho says though, give us a little more detail - I'm sure that if you have come up with a secret new way of using arrays that will revolutionise computing, we'll still let you claim patent!"
Lol, I'm not naive enough to think I've figured out some grand new thing. It's probably been done before. (If what I'm doing works that is.)
Dream And Death:
Quote: "In the mean time, we may be able to help correct or focus your thinking if you are wrong, or help you with details if you are sure that you need the 5D."
Hmmm... well, it could save 'us' a lot of work. The project I'm working on is simple, but massive. And I'm not working on it alone, I'll have to ask the other person working on it if I can post a code snippet... and he says yes, but limit it.
Ok, here's a 3D array. The # stands for a number (Not a random number.) between 0 & 35, I haven't included the coordinate values because I don't have the file they're stored in where I can easily copy/paste from it at the moment and I don't feel like rewriting 300 variables from the design notes.
MysteriousExampleArray(1,1,1) = #
MysteriousExampleArray(2,1,1) = #
MysteriousExampleArray(3,1,1) = #
MysteriousExampleArray(4,1,1) = #
MysteriousExampleArray(5,1,1) = #
MysteriousExampleArray(6,1,1) = #
MysteriousExampleArray(7,1,1) = #
MysteriousExampleArray(8,1,1) = #
MysteriousExampleArray(9,1,1) = #
MysteriousExampleArray(10,1,1) = #
MysteriousExampleArray(1,2,1) = #
MysteriousExampleArray(2,2,1) = #
MysteriousExampleArray(3,2,1) = #
MysteriousExampleArray(4,2,1) = #
MysteriousExampleArray(5,2,1) = #
MysteriousExampleArray(6,2,1) = #
MysteriousExampleArray(7,2,1) = #
MysteriousExampleArray(8,2,1) = #
MysteriousExampleArray(9,2,1) = #
MysteriousExampleArray(10,2,1) = #
MysteriousExampleArray(1,3,1) = #
MysteriousExampleArray(2,3,1) = #
MysteriousExampleArray(3,3,1) = #
MysteriousExampleArray(4,3,1) = #
MysteriousExampleArray(5,3,1) = #
MysteriousExampleArray(6,3,1) = #
MysteriousExampleArray(7,3,1) = #
MysteriousExampleArray(8,3,1) = #
MysteriousExampleArray(9,3,1) = #
MysteriousExampleArray(10,3,1) = #
MysteriousExampleArray(1,4,1) = #
MysteriousExampleArray(2,4,1) = #
MysteriousExampleArray(3,4,1) = #
MysteriousExampleArray(4,4,1) = #
MysteriousExampleArray(5,4,1) = #
MysteriousExampleArray(6,4,1) = #
MysteriousExampleArray(7,4,1) = #
MysteriousExampleArray(8,4,1) = #
MysteriousExampleArray(9,4,1) = #
MysteriousExampleArray(10,4,1) = #
MysteriousExampleArray(1,5,1) = #
MysteriousExampleArray(2,5,1) = #
MysteriousExampleArray(3,5,1) = #
MysteriousExampleArray(4,5,1) = #
MysteriousExampleArray(5,5,1) = #
MysteriousExampleArray(6,5,1) = #
MysteriousExampleArray(7,5,1) = #
MysteriousExampleArray(8,5,1) = #
MysteriousExampleArray(9,5,1) = #
MysteriousExampleArray(10,5,1) = #
MysteriousExampleArray(1,6,1) = #
MysteriousExampleArray(2,6,1) = #
MysteriousExampleArray(3,6,1) = #
MysteriousExampleArray(4,6,1) = #
MysteriousExampleArray(5,6,1) = #
MysteriousExampleArray(6,6,1) = #
MysteriousExampleArray(7,6,1) = #
MysteriousExampleArray(8,6,1) = #
MysteriousExampleArray(9,6,1) = #
MysteriousExampleArray(10,6,1) = #
MysteriousExampleArray(1,7,1) = #
MysteriousExampleArray(2,7,1) = #
MysteriousExampleArray(3,7,1) = #
MysteriousExampleArray(4,7,1) = #
MysteriousExampleArray(5,7,1) = #
MysteriousExampleArray(6,7,1) = #
MysteriousExampleArray(7,7,1) = #
MysteriousExampleArray(8,7,1) = #
MysteriousExampleArray(9,7,1) = #
MysteriousExampleArray(10,7,1) = #
MysteriousExampleArray(1,8,1) = #
MysteriousExampleArray(2,8,1) = #
MysteriousExampleArray(3,8,1) = #
MysteriousExampleArray(4,8,1) = #
MysteriousExampleArray(5,8,1) = #
MysteriousExampleArray(6,8,1) = #
MysteriousExampleArray(7,8,1) = #
MysteriousExampleArray(8,8,1) = #
MysteriousExampleArray(9,8,1) = #
MysteriousExampleArray(10,8,1) = #
MysteriousExampleArray(1,9,1) = #
MysteriousExampleArray(2,9,1) = #
MysteriousExampleArray(3,9,1) = #
MysteriousExampleArray(4,9,1) = #
MysteriousExampleArray(5,9,1) = #
MysteriousExampleArray(6,9,1) = #
MysteriousExampleArray(7,9,1) = #
MysteriousExampleArray(8,9,1) = #
MysteriousExampleArray(9,9,1) = #
MysteriousExampleArray(10,9,1) = #
MysteriousExampleArray(1,10,1) = #
MysteriousExampleArray(2,10,1) = #
MysteriousExampleArray(3,10,1) = #
MysteriousExampleArray(4,10,1) = #
MysteriousExampleArray(5,10,1) = #
MysteriousExampleArray(6,10,1) = #
MysteriousExampleArray(7,10,1) = #
MysteriousExampleArray(8,10,1) = #
MysteriousExampleArray(9,10,1) = #
MysteriousExampleArray(10,10,1) = #
MysteriousExampleArray(1,1,2) = #
MysteriousExampleArray(2,1,2) = #
MysteriousExampleArray(3,1,2) = #
MysteriousExampleArray(4,1,2) = #
MysteriousExampleArray(5,1,2) = #
MysteriousExampleArray(6,1,2) = #
MysteriousExampleArray(7,1,2) = #
MysteriousExampleArray(8,1,2) = #
MysteriousExampleArray(9,1,2) = #
MysteriousExampleArray(10,1,2) = #
MysteriousExampleArray(1,2,2) = #
MysteriousExampleArray(2,2,2) = #
MysteriousExampleArray(3,2,2) = #
MysteriousExampleArray(4,2,2) = #
MysteriousExampleArray(5,2,2) = #
MysteriousExampleArray(6,2,2) = #
MysteriousExampleArray(7,2,2) = #
MysteriousExampleArray(8,2,2) = #
MysteriousExampleArray(9,2,2) = #
MysteriousExampleArray(10,2,2) = #
MysteriousExampleArray(1,3,2) = #
MysteriousExampleArray(2,3,2) = #
MysteriousExampleArray(3,3,2) = #
MysteriousExampleArray(4,3,2) = #
MysteriousExampleArray(5,3,2) = #
MysteriousExampleArray(6,3,2) = #
MysteriousExampleArray(7,3,2) = #
MysteriousExampleArray(8,3,2) = #
MysteriousExampleArray(9,3,2) = #
MysteriousExampleArray(10,3,2) = #
MysteriousExampleArray(1,4,2) = #
MysteriousExampleArray(2,4,2) = #
MysteriousExampleArray(3,4,2) = #
MysteriousExampleArray(4,4,2) = #
MysteriousExampleArray(5,4,2) = #
MysteriousExampleArray(6,4,2) = #
MysteriousExampleArray(7,4,2) = #
MysteriousExampleArray(8,4,2) = #
MysteriousExampleArray(9,4,2) = #
MysteriousExampleArray(10,4,2) = #
MysteriousExampleArray(1,5,2) = #
MysteriousExampleArray(2,5,2) = #
MysteriousExampleArray(3,5,2) = #
MysteriousExampleArray(4,5,2) = #
MysteriousExampleArray(5,5,2) = #
MysteriousExampleArray(6,5,2) = #
MysteriousExampleArray(7,5,2) = #
MysteriousExampleArray(8,5,2) = #
MysteriousExampleArray(9,5,2) = #
MysteriousExampleArray(10,5,2) = #
MysteriousExampleArray(1,6,2) = #
MysteriousExampleArray(2,6,2) = #
MysteriousExampleArray(3,6,2) = #
MysteriousExampleArray(4,6,2) = #
MysteriousExampleArray(5,6,2) = #
MysteriousExampleArray(6,6,2) = #
MysteriousExampleArray(7,6,2) = #
MysteriousExampleArray(8,6,2) = #
MysteriousExampleArray(9,6,2) = #
MysteriousExampleArray(10,6,2) = #
MysteriousExampleArray(1,7,2) = #
MysteriousExampleArray(2,7,2) = #
MysteriousExampleArray(3,7,2) = #
MysteriousExampleArray(4,7,2) = #
MysteriousExampleArray(5,7,2) = #
MysteriousExampleArray(6,7,2) = #
MysteriousExampleArray(7,7,2) = #
MysteriousExampleArray(8,7,2) = #
MysteriousExampleArray(9,7,2) = #
MysteriousExampleArray(10,7,2) = #
MysteriousExampleArray(1,8,2) = #
MysteriousExampleArray(2,8,2) = #
MysteriousExampleArray(3,8,2) = #
MysteriousExampleArray(4,8,2) = #
MysteriousExampleArray(5,8,2) = #
MysteriousExampleArray(6,8,2) = #
MysteriousExampleArray(7,8,2) = #
MysteriousExampleArray(8,8,2) = #
MysteriousExampleArray(9,8,2) = #
MysteriousExampleArray(10,8,2) = #
MysteriousExampleArray(1,9,2) = #
MysteriousExampleArray(2,9,2) = #
MysteriousExampleArray(3,9,2) = #
MysteriousExampleArray(4,9,2) = #
MysteriousExampleArray(5,9,2) = #
MysteriousExampleArray(6,9,2) = #
MysteriousExampleArray(7,9,2) = #
MysteriousExampleArray(8,9,2) = #
MysteriousExampleArray(9,9,2) = #
MysteriousExampleArray(10,9,2) = #
MysteriousExampleArray(1,10,2) = #
MysteriousExampleArray(2,10,2) = #
MysteriousExampleArray(3,10,2) = #
MysteriousExampleArray(4,10,2) = #
MysteriousExampleArray(5,10,2) = #
MysteriousExampleArray(6,10,2) = #
MysteriousExampleArray(7,10,2) = #
MysteriousExampleArray(8,10,2) = #
MysteriousExampleArray(9,10,2) = #
MysteriousExampleArray(10,10,2) = #
MysteriousExampleArray(1,1,3) = #
MysteriousExampleArray(2,1,3) = #
MysteriousExampleArray(3,1,3) = #
MysteriousExampleArray(4,1,3) = #
MysteriousExampleArray(5,1,3) = #
MysteriousExampleArray(6,1,3) = #
MysteriousExampleArray(7,1,3) = #
MysteriousExampleArray(8,1,3) = #
MysteriousExampleArray(9,1,3) = #
MysteriousExampleArray(10,1,3) = #
MysteriousExampleArray(1,2,3) = #
MysteriousExampleArray(2,2,3) = #
MysteriousExampleArray(3,2,3) = #
MysteriousExampleArray(4,2,3) = #
MysteriousExampleArray(5,2,3) = #
MysteriousExampleArray(6,2,3) = #
MysteriousExampleArray(7,2,3) = #
MysteriousExampleArray(8,2,3) = #
MysteriousExampleArray(9,2,3) = #
MysteriousExampleArray(10,2,3) = #
MysteriousExampleArray(1,3,3) = #
MysteriousExampleArray(2,3,3) = #
MysteriousExampleArray(3,3,3) = #
MysteriousExampleArray(4,3,3) = #
MysteriousExampleArray(5,3,3) = #
MysteriousExampleArray(6,3,3) = #
MysteriousExampleArray(7,3,3) = #
MysteriousExampleArray(8,3,3) = #
MysteriousExampleArray(9,3,3) = #
MysteriousExampleArray(10,3,3) = #
MysteriousExampleArray(1,4,3) = #
MysteriousExampleArray(2,4,3) = #
MysteriousExampleArray(3,4,3) = #
MysteriousExampleArray(4,4,3) = #
MysteriousExampleArray(5,4,3) = #
MysteriousExampleArray(6,4,3) = #
MysteriousExampleArray(7,4,3) = #
MysteriousExampleArray(8,4,3) = #
MysteriousExampleArray(9,4,3) = #
MysteriousExampleArray(10,4,3) = #
MysteriousExampleArray(1,5,3) = #
MysteriousExampleArray(2,5,3) = #
MysteriousExampleArray(3,5,3) = #
MysteriousExampleArray(4,5,3) = #
MysteriousExampleArray(5,5,3) = #
MysteriousExampleArray(6,5,3) = #
MysteriousExampleArray(7,5,3) = #
MysteriousExampleArray(8,5,3) = #
MysteriousExampleArray(9,5,3) = #
MysteriousExampleArray(10,5,3) = #
MysteriousExampleArray(1,6,3) = #
MysteriousExampleArray(2,6,3) = #
MysteriousExampleArray(3,6,3) = #
MysteriousExampleArray(4,6,3) = #
MysteriousExampleArray(5,6,3) = #
MysteriousExampleArray(6,6,3) = #
MysteriousExampleArray(7,6,3) = #
MysteriousExampleArray(8,6,3) = #
MysteriousExampleArray(9,6,3) = #
MysteriousExampleArray(10,6,3) = #
MysteriousExampleArray(1,7,3) = #
MysteriousExampleArray(2,7,3) = #
MysteriousExampleArray(3,7,3) = #
MysteriousExampleArray(4,7,3) = #
MysteriousExampleArray(5,7,3) = #
MysteriousExampleArray(6,7,3) = #
MysteriousExampleArray(7,7,3) = #
MysteriousExampleArray(8,7,3) = #
MysteriousExampleArray(9,7,3) = #
MysteriousExampleArray(10,7,3) = #
MysteriousExampleArray(1,8,3) = #
MysteriousExampleArray(2,8,3) = #
MysteriousExampleArray(3,8,3) = #
MysteriousExampleArray(4,8,3) = #
MysteriousExampleArray(5,8,3) = #
MysteriousExampleArray(6,8,3) = #
MysteriousExampleArray(7,8,3) = #
MysteriousExampleArray(8,8,3) = #
MysteriousExampleArray(9,8,3) = #
MysteriousExampleArray(10,8,3) = #
MysteriousExampleArray(1,9,3) = #
MysteriousExampleArray(2,9,3) = #
MysteriousExampleArray(3,9,3) = #
MysteriousExampleArray(4,9,3) = #
MysteriousExampleArray(5,9,3) = #
MysteriousExampleArray(6,9,3) = #
MysteriousExampleArray(7,9,3) = #
MysteriousExampleArray(8,9,3) = #
MysteriousExampleArray(9,9,3) = #
MysteriousExampleArray(10,9,3) = #
MysteriousExampleArray(1,10,3) = #
MysteriousExampleArray(2,10,3) = #
MysteriousExampleArray(3,10,3) = #
MysteriousExampleArray(4,10,3) = #
MysteriousExampleArray(5,10,3) = #
MysteriousExampleArray(6,10,3) = #
MysteriousExampleArray(7,10,3) = #
MysteriousExampleArray(8,10,3) = #
MysteriousExampleArray(9,10,3) = #
MysteriousExampleArray(10,10,3) = #
The arrays we're working with are '
MUCH' bigger, but I thought a 3D array would help give an idea. Is this the correct use?
Dream And Death:
Quote: "You are using 14 Meg of memory for an array????"
Hmmm, 14 Megs... That's a lot... Ok, if I delete loaded images do I reclaim the ram they previously took up? (That way I can cycle the images in and out...) The images have nothing to do with the array, I'm just trying to make sure I have enough ram. I'd like to keep it below 256MB of ram for compatibility sake if I can.
Quote: "I really hope that the info you are holding is worthwhile! "
If it works, it will be.
BatVink, Thanks for the examples. I think I understand the chessboard array you described. Unfortunately, my programming terminology is still incomplete,
Could you clarify the following terms for me please: 'dynamic arrays' 'power user'.
DBP with it’s ‘type’ command will definitely be something I look into using when it becomes an option again. (Faulty graphics card, had to swap back to a strong but older card…
DX9 is currently out of my reach.
)
My understanding of DarkBASIC is simple at the moment, the project undertaken is ambitious.
We’re trying to make something big, using the commands we know so far. (It all seems to work in the design notes though) Myself doing most of the programming where as the yet ‘unnamed’ (Don’t know if he wants his name mentioned, so I’ll omit it for now.) other person who is working with me is doing the art.
We’ll probably be releasing several smaller projects while we work on this one. It’s big, and entering all the data from the design notes is time consuming.
When I dream,
I carry a sword in one hand,
a gun in the other...