> Hello.
>
[quoted text clipped - 12 lines]
>
> Thanks, regards sebastian
Hi Bernhard.
I tried it, but it does not work...
<code>
int myArray[] = new int[3];
org.omg.CORBA.Any myAny = orb.create_any();
myArray[0] = 111;
myArray[1] = 222;
myArray[2] = 333;
longSequenceHelper.insert(myAny, myArray);
</code>
myAny .value is 0....
What make i wrong???
thanks, sebastian
> Hello sebastian
>
[quoted text clipped - 23 lines]
> >
> > Thanks, regards sebastian
Sibob - 09 Dec 2005 14:30 GMT
Oh, jeah*
I have got it. My eclipse tell me in debug mode that the value is 0, but it
isnt it.
My client become the values... :-/
thanks Bernhard :)
> Hi Bernhard.
>
[quoted text clipped - 47 lines]
> > >
> > > Thanks, regards sebastian