Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
DO MyFunction
luReply = MyFunction()
cReturnThisValue = '' && Define variable desired to be returned.
* --- Now call your routine ---
DO SOMEFUNCTION IN SOMEPROGRAM && Execute routine where cReturnThisValue is modified
* --- Now, Upon Return to the calling program the modified value of cReturnThisValue is usable ---
SET PROCEDURE TO PROGRAMM
and then I can use the functions.
MikeLewis said:True. But that wasn't your original problem. You were saying that you "do not get back anything from the function". That's got nothing to do with SET PROCEDURE.