Hello guys!
I am trying to merge a number which is contained in seperate indexes of an array.
So for example I have [0] = 4, [1] = 3, [2] = 7.
That would save into a variable of type int the number "437".
Any number of indexes is possible upto the maximum of int. Thats somewhere around 32000 right?
I am unsure how would be the easier way to do this.

