Re: [tcljava-user] two things: array problem and how to handle varlength arg list
Brought to you by:
mdejong
From: Johannes13 <joh...@jo...> - 2012-02-13 16:05:32
|
the last arg of a variag method is treated as an array. (only some synactic suggar for that). So just try to use it as array, may work. |