Barney we are talking about CFX, and sure that would work if it was a
CreateObject and I could actually do a return Object;

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485  -  Fax: 03 9699 7976   

  _____  

From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 2 June 2004 9:30 AM
To: CF-Talk
Subject: RE: Java and Coldfusion help (Repost)

I haven't been following the thread, but wouldn't returning the result of
this _expression_ work:

new Vector(Arrays.asList(myArrayVariable));

It'll only handle Object[]s, so if you want to deal with primitives, you'd
have ot manually box them into an array of the corresponding type (int ->
Integer, etc).

Cheers,
barneyb
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to