RE: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-09-02 Thread Tony Gravagno
Mats Carlid wrote: > We started in Prine information in the early 80's and > used named common from day 1. > > Unnamed common was deemed to be too dangerous if/when > coexisting with another > application or general subroutines in the same > environment and thus _never_ used it - I tend to >

Re: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-09-02 Thread Mats Carlid
Mark Johnson wrote: On another note, I've yet to come across any apps that use the NAMED COMMON concept. Is that a recent addition to the MV world or just not that popular. We started in Prine information in the early 80's and used named common from day 1. Unnamed common was deemed to b

Re: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-09-02 Thread Mark Johnson
UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine > Just a thought... Make sure you don't have a missing comma. > > -Original Message- > From: Rick Ward [mailto:[EMAIL PROTECTED] > Sent: Tue Aug 30 12:23:10 2005 > To: u2-u

Re: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-08-31 Thread Rick Ward
Thank you to all who responded to my quest for help with the UniSubroutine/arguments issue. The cause of my problem was my *extremely* limited knowledge of pick basic. I had not declared my subroutine properly on its first line (in fact I had not declared it at all). So, as Wendy pointed out, UOJ

RE: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-08-30 Thread David Jordan
If your subroutine is subr(result,var1,var2) then from UniObjects you would have to call it with 3 variables. If you are calling another subroutine within the subroutine you initially called and that has the wrong number of arguments then it is possible that it will fail with the same error messag

Re: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-08-30 Thread Wendy Smoak
From: "Rick Ward" <[EMAIL PROTECTED]> Does anyone have any idea why one would encounter "ErrorCode: 30106, Wrong number of arguments supplied to the subroutine" Because the wrong number of arguments is being supplied to the subroutine? ;) when the correct number of arguments are being suppli

RE: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-08-30 Thread Ross Craig
Check to see where the subroutine is actually cataloged from. You may be working with the wrong subroutine source code. Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Ward Sent: Tuesday, August 30, 2005 8:32 AM To: u2-users@listserver.u2ug.org

RE: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-08-30 Thread Colin Jennings
> Does anyone have any idea why one would encounter > "ErrorCode: 30106, Wrong number of arguments supplied > to the subroutine" when the correct number of > arguments are being supplied to the subroutine? > > Thank you, > > Rick Hi Rick. Is this a call to a subroutine that has already assumed t

RE: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-08-30 Thread Perry Taylor
Just a thought... Make sure you don't have a missing comma. -Original Message- From: Rick Ward [mailto:[EMAIL PROTECTED] Sent: Tue Aug 30 12:23:10 2005 To: u2-users@listserver.u2ug.org Subject:[U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the