Under what circumstances would that be a problem? If you don't see a value during testing why would your code use that value?
Regards, Elias On 28 Jul 2014 02:06, "Blake McBride" <blake1...@gmail.com> wrote: > I hope not. I'd hate to not assign a value during a test, print nothing, > only to have a real value assigned in the code. Talk about confusion. > > Blake > > > > On Sun, Jul 27, 2014 at 1:03 PM, David B. Lamkins <dlamk...@gmail.com> > wrote: > >> Is there a way to have a defined function return a committed value? >> >> IOW, the function returns a value that can be assigned, but doesn't >> print. >> >> >> >