RE: [U2] Returned parameter from a Uniobject VB.Net Subroutine

2006-02-16 Thread gerry-u2ug
@listserver.u2ug.org Subject: [U2] Returned parameter from a Uniobject VB.Net Subroutine Does anyone know how to reference a returned parameter from a subroutine when the parameter is a Dynamic Array. My code that follows used to work just fine in VB6 but I am having a terrible time

RE: [U2] Returned parameter from a Uniobject VB.Net Subroutine

2006-02-16 Thread John Castilletti
] Returned parameter from a Uniobject VB.Net Subroutine Does anyone know how to reference a returned parameter from a subroutine when the parameter is a Dynamic Array. My code that follows used to work just fine in VB6 but I am having a terrible time in getting this to work in VB.NET. Dim

[U2] Returned parameter from a Uniobject VB.Net Subroutine

2006-02-15 Thread John Castilletti
Does anyone know how to reference a returned parameter from a subroutine when the parameter is a Dynamic Array. My code that follows used to work just fine in VB6 but I am having a terrible time in getting this to work in VB.NET. Dim objOnHand As Object objOnHand =

Re: [U2] Returned parameter from a Uniobject VB.Net Subroutine

2006-02-15 Thread Josh Volosov (3)
Hi, I will be in training for the morning of 1/27/06. I will have very limited access to e-mail or voice mail during this time. If a you need an immediate response to your e-mail please e-mail [EMAIL PROTECTED] Thanks and have a great day! Josh --- u2-users mailing list

RE: [U2] Returned parameter from a Uniobject VB.Net Subroutine

2006-02-15 Thread gerry-u2ug
Dim HdrArray as UniDynArray HdrArray.SetValue(objOnHand.GetArg(1)) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Castilletti Sent: February 15, 2006 16:25 To: u2-users@listserver.u2ug.org Subject: [U2] Returned parameter from a Uniobject