Page 1 of 1

return value from procedure

Posted: Thu Oct 04, 2012 1:30 pm
by forgot
Hello

Does inner nuBuilder php procedure (Add Activity) support return value?

I mean something like this
$quantity = runIt("pCode")

Or may be I have to use table zzsys_variable for such returning but How?

--
Maxim

Re: return value from procedure

Posted: Thu Oct 04, 2012 6:10 pm
by admin
Maxim,

BTW did you get my email about your Quote?

But to answer your question. runIt() doesn't return a value, but you could copy all the code from that proceudre and use it to set the value of $quantity.

(probably not the answer you are looking for)

Steven