|
one last question
Hey, it is actually working now.... but i have one last question...
i have this numbers
5
2
6
3
7
5
2
3
4
and now i have this first array... but now i would like to have another one, the number of fields says the number after my array, in this case 2 and that's the lenght of my new array, so here my array contains 3 and 4, so i wanted actually to do it in a new method, in which i can create an b = a+1 which is the field that i would like to use, but my problem is, that if i am writing a new method, because it would be so unorganised if i am putting everything in one method, it is not recognising my a from the other method... so how can i do it...
little_polarbear
|