RalfGruber
09-02-2008, 01:02 PM
Hi,
after I just used a global integer array with 55 elements and had to press 55 times the button to add an element and had to fill in an initial value 55 times, Iīm going to post this suggestion:
Canīt we have an alternative way to declare a global array with just the number of elements we like and have the initial values optional?
I think that would save much time since initializing an array with a loop is much more comfortable than filling each value manually.
Thanks
Ralf aka Ralle
Felxsim Germany
after I just used a global integer array with 55 elements and had to press 55 times the button to add an element and had to fill in an initial value 55 times, Iīm going to post this suggestion:
Canīt we have an alternative way to declare a global array with just the number of elements we like and have the initial values optional?
I think that would save much time since initializing an array with a loop is much more comfortable than filling each value manually.
Thanks
Ralf aka Ralle
Felxsim Germany