Re: no value returned from function
- Posted by ChrisB (moderator) May 22, 2012
- 1099 views
Hi
A function should have the structure
function name(params) return something end function
you have to return something. You do not have to do anything with whatever is returned.