From: Raymond I. <xw...@ya...> - 2003-07-18 23:00:02
|
--- Leif W <war...@us...> wrote: > Sorry if some of these questions seem redundant, but > I'm picking the code > apart line by line as I convert it, and am hitting > some stumbling blocks in > my comprehension during this process. > > > ... The "@RESULT#0" variable would store the result > from > > the "multiply" function while "@RESULT#1" would > store > > the results from the "subtract" function, etc. > > So these results are being stored in the array named > ar, with corresponding > indexes? It's starting to make sense now. There > will never be a result on > first iteration (first method name). There will be > results on successive > iterations (from the previous method). Is this a > correct interpretation? Correct. It might also be good to check it the "@RESULT#" exist inside the array before executing line 168 -- Raymond Irving > > See also: > > > > docs/docs/quickref.soda.html > > examples/dynapi.util.ioelement-soda-nsync.html > > > > > > -- > > Raymond Irving > > > > > > > Leif > > > > > > ----- Original Message ----- > > > From: "Leif W" <war...@us...> > > > To: <dyn...@li...> > > > Sent: Friday, July 18, 2003 11:30 AM > > > Subject: Re: [Dynapi-Dev] > ioelmsrv.soda.jscript.asp > > > -> ioelmsrv.soda.php > > > conversion > > > > > > > > > > Ok. I saw that further on in the file and > that's > > > what I suspected, but I > > > > wasn't sure. I'll make the change to the ASP > > > versions too, to use > > > > soda.Methodname (JScript), > soda.item("methodName") > > > (VBScript), and $soda[ > > > > "methodName" ] (PHP), respectively. > > > > > > > > Leif > > > > > > > > ----- Original Message ----- > > > > From: "Raymond Irving" <xw...@ya...> > > > > To: <dyn...@li...> > > > > Sent: Friday, July 18, 2003 10:35 AM > > > > Subject: Re: [Dynapi-Dev] > > > ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php > > > > conversion > > > > > > > > > > > > > Hi Leif, > > > > > > > > > > The variable mn is used to hold the method > name > > > but > > > > > it's used further down in function. > > > > > > > > > > It should be safe to replace mn in line 110 > and > > > 114 of > > > > > ioelmsvr.soda.jscript.asp with > soda.methodName > > > > > > > > > > -- > > > > > Raymond Irving > === message truncated === __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |