Simply 'i' › Capturing the return value from a function
November 28th, 2012
As a C programmer I have become used to using the return values set by a function as an indicator of the success of the function to carry out its intended role, so when I created Service programs I used the same process. This raised a question about how I could capture that return value [...]
Read the original at Simply 'i'.