posted 17 years ago
Sorry, can anyone think of dynamically getting and sending some value (whos maximumlenghtyou dontknow)to send to the method:
-----------------------------------
void getIt(int... a){}
-------------------------------------
at runtime for a more dynamic implimentation situation?
Iamnot crazzy, thatmight not be the intention of sun for creating the var-args but.......
Juwonlo