Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

return value from procedure

Post Reply
forgot
Posts: 42
Joined: Thu Aug 09, 2012 8:52 pm

return value from procedure

Unread post 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
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: return value from procedure

Unread post 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
Post Reply