|
From: <fl...@ma...> - 2004-02-08 23:49:49
|
Hi Tamas, > Is anyone working on the behavioural parts of the code? If yes, please > tell me. And is their a way to get an element out of a Tuple (this should > be a trivial question, just to learn some basics)? > Sorry for wasting your time, if this applies to you. You can work with it as I am not working on it now... I am doing lots of work in the Utility Package (Mostly Network Library at the time)... To get the objects from the Tuple2<Obj> you can use getFirst (for the first) and getSecond (for the second)... with Tuple3<Obj> ... the same apply and getThird (for the third). and so on Greetings Red Knight |