> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of 
> Brutzman, Bill
> Sent: Thursday, July 30, 2009 2:59 PM
> To: U2 Users List
> Subject: Re: [U2] PHP vs Java
> 
> 
> Thanks to Kevin and Ross for responding.
> 
> I was surprised to learn that Java does not have built-in 
> functionality
> to support dynamic arrays although a little method can be written to
> handle it.
> 
> The battle inside my head continues...
> 
> --B

The UOJ UniDynArray object and methods will let you pass dynamic arrays
between Java applications and UniBASIC programs as a subroutine
argument, but you can also use them independently of any U2 subroutine
calls.  We use them extensively.  They have essentially the same
functionality in Java as in UniBASIC.  From the UOJ manual:

The following table describes the UniDynArray methods.
Primary Methods
count ( )
dcount ( )
delete ( )
extract ( )
insert ( )
length ( )
remove ( )
replace ( )
toString ( )

Just include the UOJ asjava.zip library in your application.

-John
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to