The Negative One
Convert List to index to be used in an array
Im going to just close this one as I had a brain fart. Noting that because I have all of the code and info its easy for me to refrance this but nigh inposible for me to get thrid pary help on. Thanks for the attmpets though
52 replies
Convert List to index to be used in an array
these are the new index variable these work but wil throw IOB when compiled because as my partner pointed out the first index is 0 so 0-1 = -1 (IOB) and its the same for the last index +1 -1 equals list (IOB) so im trying to just get the indexs store thing in a bounded var and use them for this function
52 replies