int[] MyArray = { 1,2,3 };
instead of
int[] MyArray;
MyArray[0] = 1; MyArray[1] = 2; MyArray[2] = 3;
I could use a custom function, yes, but the number of parameters is limited. I hope the workaround doesn't involve using a recursive function, though.





Retour en haut






