Question: Printing Output and Proc

Using the proc command and multiple functions embedded in a main function, I'm trying to calculate something. However, I don't want a huge list of calculations to be printed out. I realize that using : instead of ; eliminates most of those outputs, and I've set printlevel := 0;, but I am still getting printouts every time I run an embedded proc inside my main calculations. I was hoping there would be a way to make it so nothing is printed out at all excluding the final return value of the main function (specifically, how do I eliminate the output of the embedded proc's). Thanks, William
Please Wait...