Re: [Gambas-user] XMLRpc maybe a Bug

2009-03-04 Thread BenoƮt Minisini
> Peter Lang wrote: > > Hi, > > > > After investigating the Source of xmlrpc i thought i know how to use > > it... Everything work so far, but the last Step does not work. > > The line: myStruc.Value(a) has to return the result, but instead of > > giving back an int i get an RpcStruct again and ag

Re: [Gambas-user] XMLRpc maybe a Bug

2009-03-03 Thread Ron
Sent it tonight, and still don't see it on the list, so reporting the bug fix again. See below. Peter Lang wrote: > Hi, > > After investigating the Source of xmlrpc i thought i know how to use it... > Everything work so far, but the last Step does not work. > The line: myStruc.Value(a) has to r

Re: [Gambas-user] XMLRpc maybe a Bug

2009-03-02 Thread Ron
Peter Lang wrote: > Hi, > > After investigating the Source of xmlrpc i thought i know how to use it... > Everything work so far, but the last Step does not work. > The line: myStruc.Value(a) has to return the result, but instead of giving > back an int i get an RpcStruct again and again. > > The

[Gambas-user] XMLRpc maybe a Bug

2008-08-12 Thread Peter Lang
Hi, After investigating the Source of xmlrpc i thought i know how to use it... Everything work so far, but the last Step does not work. The line: myStruc.Value(a) has to return the result, but instead of giving back an int i get an RpcStruct again and again. The sample does not much useful, bu