Re: no value returned from function
- Posted by DerekParnell (admin) May 22, 2012
- 1100 views
ChrisB said...
A function should ... have to return something.
While this is true, the bug being highlighted here is that this particular routine should have been a procedure and not a function.