Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only 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: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

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