The difference is that ":2 is ,'2' which is different from '2' .
----- Original Message ----- From: Yuvaraj Athur Raghuvir <[EMAIL PROTECTED]> Date: Tuesday, August 21, 2007 9:52 Subject: Re: [Jprogramming] Re: Web Service Client? To: Programming forum <[email protected]> > Thanks! > > Also ":2 seems to work. > > ~Yuva > > On 8/21/07, Eric Iverson <[EMAIL PROTECTED]> wrote: > > > > The cd parameter for a string has to have a declaration of *c > and requires > > a > > string list. > > > > > > '........... *c .....' cd > .....;(,'2');....> > > > > ----- Original Message ----- > > From: "Yuvaraj Athur Raghuvir" <[EMAIL PROTECTED] > > > To: "Programming forum" <[email protected]> > > Sent: Monday, August 20, 2007 9:30 PM > > Subject: Re: [Jprogramming] Re: Web Service Client? > > > > > > > Hello, > > > > > > I am struggling on a strange problem...."to pass an integer > as a string > > > from > > > J so that it is interpreted as an integer in the dll" > > > > > > 1) There is a parameter expected by the web server that has > to be > > integer > > > 2) The wrapper dll (axiom.dll in this case) has a method > that takes > > > strings > > > only. > > > 3) When I pass the integer as a string from J(for example > '2'), I get a > > > cder > > > that says that the parameter is not right (error 6 2 in this > case).> > > > > > > > Now, how do I pass an integer as a string to the C dll such > that it is > > > interpreted as a integer in the receiving environment correctly? > > > > > > Regards, > > > Yuva ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
